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
/
ServerChunk
/
ChunkUnloadArg
Chunk
Unload
Arg
data
class
ChunkUnloadArg
(
val
world
:
ServerLevel
,
val
chunk
:
LevelChunk
)
Members
Constructors
Chunk
Unload
Arg
Link copied to clipboard
constructor
(
world
:
ServerLevel
,
chunk
:
LevelChunk
)
Properties
chunk
Link copied to clipboard
val
chunk
:
LevelChunk
world
Link copied to clipboard
val
world
:
ServerLevel