unload

public abstract boolean unload(boolean save, boolean safe)

Unloads and optionally saves the Chunk

Return

true if the chunk has unloaded successfully, otherwise false

Parameters

save

Controls whether the chunk is saved

safe

Controls whether to unload the chunk when players are nearby


public abstract boolean unload(boolean save)

Unloads and optionally saves the Chunk

Return

true if the chunk has unloaded successfully, otherwise false

Parameters

save

Controls whether the chunk is saved


public abstract boolean unload()

Unloads and optionally saves the Chunk

Return

true if the chunk has unloaded successfully, otherwise false