| Package | Description | 
|---|---|
| org.bukkit.event.block | 
| Modifier and Type | Method | Description | 
|---|---|---|
| @NotNull BlockIgniteEvent.IgniteCause | BlockIgniteEvent. getCause() | Gets the cause of block ignite. | 
| static BlockIgniteEvent.IgniteCause | BlockIgniteEvent.IgniteCause. valueOf(String name) | Returns the enum constant of this type with the specified name. | 
| static BlockIgniteEvent.IgniteCause[] | BlockIgniteEvent.IgniteCause. values() | Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor | Description | 
|---|---|
| BlockIgniteEvent(@NotNull Block theBlock,
                @NotNull BlockIgniteEvent.IgniteCause cause,
                @NotNull Block ignitingBlock) | |
| BlockIgniteEvent(@NotNull Block theBlock,
                @NotNull BlockIgniteEvent.IgniteCause cause,
                @NotNull Entity ignitingEntity) | |
| BlockIgniteEvent(@NotNull Block theBlock,
                @NotNull BlockIgniteEvent.IgniteCause cause,
                @Nullable Entity ignitingEntity,
                @Nullable Block ignitingBlock) | 
Copyright © 2020. All rights reserved.