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

@@ -7,7 +7,9 @@ import org.bukkit.event.HandlerList;
/**
* Called when a player earns an achievement.
* @deprecated future versions of Minecraft do not have achievements
*/
@Deprecated
public class PlayerAchievementAwardedEvent extends PlayerEvent implements Cancellable {
private static final HandlerList handlers = new HandlerList();
private final Achievement achievement;