Uses of Enum Class
org.bukkit.event.player.PlayerRecipeBookSettingsChangeEvent.RecipeBookType
-
Uses of PlayerRecipeBookSettingsChangeEvent.RecipeBookType in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerRecipeBookSettingsChangeEvent.getRecipeBookType()
Gets the type of recipe book the player is changing the settings for.Returns the enum constant of this class with the specified name.PlayerRecipeBookSettingsChangeEvent.RecipeBookType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerRecipeBookSettingsChangeEvent
(@NotNull Player player, @NotNull PlayerRecipeBookSettingsChangeEvent.RecipeBookType recipeBookType, boolean open, boolean filtering)