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
/
Player
/
UseBlockArg
Use
Block
Arg
data
class
UseBlockArg
(
val
player
:
Player
,
val
world
:
Level
,
val
hand
:
InteractionHand
,
val
hitResult
:
BlockHitResult
)
Members
Constructors
Use
Block
Arg
Link copied to clipboard
constructor
(
player
:
Player
,
world
:
Level
,
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
world
Link copied to clipboard
val
world
:
Level