| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlockIgniteEvent.IgniteCause | |
|---|---|
| org.bukkit.event.block | Events relating to when a block is changed or interacts with the world.  | 
| Uses of BlockIgniteEvent.IgniteCause in org.bukkit.event.block | 
|---|
| Methods in org.bukkit.event.block that return BlockIgniteEvent.IgniteCause | |
|---|---|
 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.  | 
| Constructors in org.bukkit.event.block with parameters of type BlockIgniteEvent.IgniteCause | |
|---|---|
BlockIgniteEvent(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)
 | 
|
BlockIgniteEvent(Block theBlock,
                 BlockIgniteEvent.IgniteCause cause,
                 Player thePlayer)
Deprecated.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||