Safely queues the {@link Chunk} at the specified coordinates forunloading
This method is analogous to {@link #unloadChunkRequest(int,int,boolean)} where safe is true
@param x X-coordinate of the chunk
@param z Z-coordinate of the chunk
@return true is the queue attempt was successful, otherwise false
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.