Use Item Event
data class UseItemEvent(var hand: ServerboundSwingPacketUtil.InteractionHand, var sequence: Int, var yRot: Float, var xRot: Float, var timestamp: Long)
Constructors
Link copied to clipboard
constructor(hand: ServerboundSwingPacketUtil.InteractionHand, sequence: Int, yRot: Float, xRot: Float, timestamp: Long)