Chunk

Chunk chunk

Fields

Field
Type
Description

int

ID of the chunk

int

X coordinate in chunk space.

int

Y coordinate in chunk space.

int

Size of the chunk in world units.

bool

True, if this chunk has been loaded before.

string

ID of the current dimension.

table

A custom Lua table which can be used to store any data about the chunk.

Necessary Methods

Method
Parameters
Return Value
Description

None

None

A necessary function, which runs whenever a chunk loads.

Last updated