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
/
EntitySleep
/
ModifySleepingDirectionArg
Modify
Sleeping
Direction
Arg
data
class
ModifySleepingDirectionArg
(
val
entity
:
LivingEntity
,
val
pos
:
BlockPos
,
val
direction
:
Direction
?
)
Members
Constructors
Modify
Sleeping
Direction
Arg
Link copied to clipboard
constructor
(
entity
:
LivingEntity
,
pos
:
BlockPos
,
direction
:
Direction
?
)
Properties
direction
Link copied to clipboard
val
direction
:
Direction
?
entity
Link copied to clipboard
val
entity
:
LivingEntity
pos
Link copied to clipboard
val
pos
:
BlockPos