A position of a chunk.
The UUID of the world this chunk is in.
The x coordinate of the chunk.
The z coordinate of the chunk.
The Chunk at this ChunkPos, may be null if world is null.
The world of this ChunkPos, may be null if no world with worldUUID exists.
Gets the BlockPos at the specified chunk coordinates x, y, z.
Checks whether the chunk at this position is loaded.
Converts the chunk position to a long, where the 32 most significant bits are the z coordinate and the 32 least significant bits are the x coordinate.