Deprecate BlockChangeDelegate

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2017-12-03 14:15:39 +11:00
parent c7405129fa
commit 987a10e861
2 changed files with 4 additions and 0 deletions

View File

@ -4,7 +4,9 @@ package org.bukkit;
* A delegate for handling block changes. This serves as a direct interface
* between generation algorithms in the server implementation and utilizing
* code.
* @deprecated rarely used API that was largely for implementation purposes
*/
@Deprecated
public interface BlockChangeDelegate {
/**