Uses of Enum
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 type with the specified name.CauldronLevelChangeEvent.ChangeReason.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionCauldronLevelChangeEvent
(Block block, Entity entity, CauldronLevelChangeEvent.ChangeReason reason, BlockState newBlock)