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
(@NotNull Block block, @Nullable Entity entity, @NotNull CauldronLevelChangeEvent.ChangeReason reason, @NotNull BlockState newBlock)