Uses of Enum Class
org.bukkit.event.block.BlockIgniteEvent.IgniteCause
Package
Description
-
Uses of BlockIgniteEvent.IgniteCause in org.bukkit.event.block
Modifier and TypeMethodDescriptionBlockIgniteEvent.getCause()
Gets the cause of block ignite.static BlockIgniteEvent.IgniteCause
Returns 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.ModifierConstructorDescriptionBlockIgniteEvent
(@NotNull Block theBlock, @NotNull BlockIgniteEvent.IgniteCause cause, @NotNull Block ignitingBlock) BlockIgniteEvent
(@NotNull Block theBlock, @NotNull BlockIgniteEvent.IgniteCause cause, @Nullable Entity ignitingEntity) BlockIgniteEvent
(@NotNull Block theBlock, @NotNull BlockIgniteEvent.IgniteCause cause, @Nullable Entity ignitingEntity, @Nullable Block ignitingBlock)