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
/
AllowBedArg
Allow
Bed
Arg
data
class
AllowBedArg
(
val
entity
:
LivingEntity
,
val
pos
:
BlockPos
,
val
state
:
BlockState
,
val
vanillaResult
:
Boolean
)
Members
Constructors
Allow
Bed
Arg
Link copied to clipboard
constructor
(
entity
:
LivingEntity
,
pos
:
BlockPos
,
state
:
BlockState
,
vanillaResult
:
Boolean
)
Properties
entity
Link copied to clipboard
val
entity
:
LivingEntity
pos
Link copied to clipboard
val
pos
:
BlockPos
state
Link copied to clipboard
val
state
:
BlockState
vanilla
Result
Link copied to clipboard
val
vanillaResult
:
Boolean