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
/
UseEntityArg
Use
Entity
Arg
data
class
UseEntityArg
(
val
player
:
Player
,
val
world
:
Level
,
val
hand
:
InteractionHand
,
val
entity
:
Entity
,
val
hitResult
:
EntityHitResult
?
)
Members
Constructors
Use
Entity
Arg
Link copied to clipboard
constructor
(
player
:
Player
,
world
:
Level
,
hand
:
InteractionHand
,
entity
:
Entity
,
hitResult
:
EntityHitResult
?
)
Properties
entity
Link copied to clipboard
val
entity
:
Entity
hand
Link copied to clipboard
val
hand
:
InteractionHand
hit
Result
Link copied to clipboard
val
hitResult
:
EntityHitResult
?
player
Link copied to clipboard
val
player
:
Player
world
Link copied to clipboard
val
world
:
Level