Uses of Enum Class
de.jeff_media.angelchest.events.AngelChestOpenEvent.Reason
-
Uses of AngelChestOpenEvent.Reason in de.jeff_media.angelchest.events
Modifier and TypeMethodDescription@NotNull AngelChestOpenEvent.Reason
AngelChestOpenEvent.getReason()
Gets the Reason for opening the AngelCheststatic AngelChestOpenEvent.Reason
Returns the enum constant of this class with the specified name.static AngelChestOpenEvent.Reason[]
AngelChestOpenEvent.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAngelChestOpenEvent(AngelChest angelChest, Player player, AngelChestOpenEvent.Reason reason)