Uses of Enum Class
org.bukkit.event.block.CauldronLevelChangeEvent.ChangeReason
Package
Description
-
Uses of CauldronLevelChangeEvent.ChangeReason in org.bukkit.event.block
Modifier and TypeMethodDescriptionCauldronLevelChangeEvent.getReason()
Returns the enum constant of this class with the specified name.CauldronLevelChangeEvent.ChangeReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCauldronLevelChangeEvent(Block block, Entity entity, CauldronLevelChangeEvent.ChangeReason reason, int oldLevel, int newLevel)