load

public abstract boolean load(boolean generate)

Loads the chunk.

Return

true if the chunk has loaded successfully, otherwise false

Parameters

generate

Whether or not to generate chunk if it doesn't already exist


public abstract boolean load()

Loads the chunk.

Return

true if the chunk has loaded successfully, otherwise false