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) |
getCustomItemStack
getCustomItem, getHandlerList, getHandlers
public 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.Cancellable
public void setCancelled(boolean cancel)
setCancelled
in interface org.bukkit.event.Cancellable