Extend depreaction to Chunk class.

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-03-19 14:43:15 +11:00
parent 8240f951ab
commit b9403026cd

View File

@@ -104,7 +104,9 @@ public interface Chunk {
* @param safe Controls whether to unload the chunk when players are
* nearby
* @return true if the chunk has unloaded successfully, otherwise false
* @deprecated it is never safe to remove a chunk in use
*/
@Deprecated
boolean unload(boolean save, boolean safe);
/**