unloadChunkRequest

public abstract boolean unloadChunkRequest(int x, int z)

Safely queues the Chunk at the specified coordinates for unloading

This method is analogous to unloadChunkRequest where safe is true

Return

true is the queue attempt was successful, otherwise false

Parameters

x

X-coordinate of the chunk

z

Z-coordinate of the chunk


public abstract boolean unloadChunkRequest(int x, int z, boolean safe)

Queues the Chunk at the specified coordinates for unloading

Return

Whether the chunk was actually queued

Parameters

x

X-coordinate of the chunk

z

Z-coordinate of the chunk

safe

Controls whether to queue the chunk when players are nearby