ChunkStatusChangeArg

data class ChunkStatusChangeArg(val world: ServerLevel, val chunk: LevelChunk, val oldStatus: FullChunkStatus, val newStatus: FullChunkStatus)

Constructors

Link copied to clipboard
constructor(world: ServerLevel, chunk: LevelChunk, oldStatus: FullChunkStatus, newStatus: FullChunkStatus)

Properties

Link copied to clipboard
val chunk: LevelChunk
Link copied to clipboard
val newStatus: FullChunkStatus
Link copied to clipboard
val oldStatus: FullChunkStatus
Link copied to clipboard
val world: ServerLevel