Uses of Enum Class
org.cloudburstmc.api.event.block.BlockIgniteEvent.BlockIgniteCause
Packages that use BlockIgniteEvent.BlockIgniteCause
-
Uses of BlockIgniteEvent.BlockIgniteCause in org.cloudburstmc.api.event.block
Methods in org.cloudburstmc.api.event.block that return BlockIgniteEvent.BlockIgniteCauseModifier and TypeMethodDescriptionBlockIgniteEvent.getCause()Returns the enum constant of this class with the specified name.static BlockIgniteEvent.BlockIgniteCause[]BlockIgniteEvent.BlockIgniteCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cloudburstmc.api.event.block with parameters of type BlockIgniteEvent.BlockIgniteCauseModifierConstructorDescriptionBlockIgniteEvent(Block block, Block source, Entity entity, BlockIgniteEvent.BlockIgniteCause cause)