Deprecate Achievements as they are not present in future versions of Minecraft

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2017-03-31 19:38:29 +11:00
parent 91a739ea71
commit d2ab7b2156
3 changed files with 10 additions and 0 deletions

View File

@@ -2,7 +2,9 @@ package org.bukkit;
/**
* Represents an achievement, which may be given to players.
* @deprecated future versions of Minecraft do not have achievements
*/
@Deprecated
public enum Achievement {
OPEN_INVENTORY,
MINE_WOOD (OPEN_INVENTORY),