public final class CustomItemBlockBreakEvent extends CustomItemStackEvent implements org.bukkit.event.Cancellable
Constructor and Description |
---|
CustomItemBlockBreakEvent(org.bukkit.event.block.BlockBreakEvent event,
CustomItemStack cStack) |
Modifier and Type | Method and Description |
---|---|
org.bukkit.event.block.BlockBreakEvent |
getBlockBreakEvent() |
boolean |
isCancelled() |
void |
setCancelled(boolean cancel) |
getCustomItemStack
getCustomItem, getHandlerList, getHandlers
public CustomItemBlockBreakEvent(org.bukkit.event.block.BlockBreakEvent event, CustomItemStack cStack)
public org.bukkit.event.block.BlockBreakEvent getBlockBreakEvent()
public void setCancelled(boolean cancel)
setCancelled
in interface org.bukkit.event.Cancellable
public boolean isCancelled()
isCancelled
in interface org.bukkit.event.Cancellable