getChunkAt

public abstract Chunk getChunkAt(int x, int z)

Gets the Chunk at the given coordinates

Return

Chunk at the given coordinates

Parameters

x

X-coordinate of the chunk

z

Z-coordinate of the chunk


public abstract Chunk getChunkAt(Location location)

Gets the Chunk at the given Location

Return

Chunk at the given location

Parameters

location

Location of the chunk


public abstract Chunk getChunkAt(Block block)

Gets the Chunk that contains the given Block

Return

The chunk that contains the given block

Parameters

block

Block to get the containing chunk from