Add and implement PlayerRecipeBookClickEvent

This commit is contained in:
LordKorea
2020-05-11 22:38:10 -04:00
parent 78acda62f2
commit 20c3b04159
2 changed files with 90 additions and 0 deletions

View File

@@ -9,7 +9,10 @@ import org.jetbrains.annotations.NotNull;
/**
* Called when a player clicks a recipe in the recipe book.
* @deprecated use {@link com.destroystokyo.paper.event.player.PlayerRecipeBookClickEvent}
*/
@Deprecated(forRemoval = true) // Paper
@org.bukkit.Warning(false) // Paper
public class PlayerRecipeBookClickEvent extends PlayerEvent {
private static final HandlerList handlers = new HandlerList();