kts4mc-template-1.21.11
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kts4mc-template-1.21.11
kts4mc-template-1.21.11
/
top.katton.api.event
/
KattonEvents
/
Block
/
UseItemOnArg
Use
Item
On
Arg
data
class
UseItemOnArg
(
val
stack
:
ItemStack
,
val
state
:
BlockState
,
val
world
:
Level
,
val
pos
:
BlockPos
,
val
player
:
Player
,
val
hand
:
InteractionHand
,
val
hitResult
:
BlockHitResult
)
Members
Constructors
Use
Item
On
Arg
Link copied to clipboard
constructor
(
stack
:
ItemStack
,
state
:
BlockState
,
world
:
Level
,
pos
:
BlockPos
,
player
:
Player
,
hand
:
InteractionHand
,
hitResult
:
BlockHitResult
)
Properties
hand
Link copied to clipboard
val
hand
:
InteractionHand
hit
Result
Link copied to clipboard
val
hitResult
:
BlockHitResult
player
Link copied to clipboard
val
player
:
Player
pos
Link copied to clipboard
val
pos
:
BlockPos
stack
Link copied to clipboard
val
stack
:
ItemStack
state
Link copied to clipboard
val
state
:
BlockState
world
Link copied to clipboard
val
world
:
Level