Uses of Enum Class
org.bukkit.event.block.BlockIgniteEvent.IgniteCause
Packages that use BlockIgniteEvent.IgniteCause
Package
Description
-
Uses of BlockIgniteEvent.IgniteCause in org.bukkit.event.block
Subclasses with type arguments of type BlockIgniteEvent.IgniteCause in org.bukkit.event.blockModifier and TypeClassDescriptionstatic enumAn enum to specify the cause of the igniteMethods in org.bukkit.event.block that return BlockIgniteEvent.IgniteCauseModifier and TypeMethodDescriptionBlockIgniteEvent.getCause()Gets the cause of block ignite.static BlockIgniteEvent.IgniteCauseReturns the enum constant of this class with the specified name.static BlockIgniteEvent.IgniteCause[]BlockIgniteEvent.IgniteCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.block with parameters of type BlockIgniteEvent.IgniteCauseModifierConstructorDescriptionBlockIgniteEvent(Block theBlock, BlockIgniteEvent.IgniteCause cause, Block ignitingBlock) BlockIgniteEvent(Block theBlock, BlockIgniteEvent.IgniteCause cause, Entity ignitingEntity) BlockIgniteEvent(Block theBlock, BlockIgniteEvent.IgniteCause cause, Entity ignitingEntity, Block ignitingBlock)