Deprecate Achievements as they are not present in future versions of Minecraft
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user