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
/
ChunkLoadArg
Chunk
Load
Arg
data
class
ChunkLoadArg
(
val
world
:
ServerLevel
,
val
chunk
:
LevelChunk
,
val
isNew
:
Boolean
)
Members
Constructors
Chunk
Load
Arg
Link copied to clipboard
constructor
(
world
:
ServerLevel
,
chunk
:
LevelChunk
,
isNew
:
Boolean
)
Properties
chunk
Link copied to clipboard
val
chunk
:
LevelChunk
is
New
Link copied to clipboard
val
isNew
:
Boolean
world
Link copied to clipboard
val
world
:
ServerLevel