public class CustomItemBlockIgniteEvent extends CustomItemStackEvent implements org.bukkit.event.Cancellable
| Constructor and Description |
|---|
CustomItemBlockIgniteEvent(org.bukkit.event.block.BlockIgniteEvent event,
CustomItemStack cStack) |
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.event.block.BlockIgniteEvent |
getBlockIgniteEvent() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancel) |
getCustomItemStackgetCustomItem, getHandlerList, getHandlerspublic CustomItemBlockIgniteEvent(org.bukkit.event.block.BlockIgniteEvent event,
CustomItemStack cStack)
public org.bukkit.event.block.BlockIgniteEvent getBlockIgniteEvent()
public boolean isCancelled()
isCancelled in interface org.bukkit.event.Cancellablepublic void setCancelled(boolean cancel)
setCancelled in interface org.bukkit.event.Cancellable