UseItemArg

data class UseItemArg(val player: Player, val world: Level, val hand: InteractionHand)

Constructors

Link copied to clipboard
constructor(player: Player, world: Level, hand: InteractionHand)

Properties

Link copied to clipboard
val hand: InteractionHand
Link copied to clipboard
val player: Player
Link copied to clipboard
val world: Level