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) |
getCustomItemStackgetCustomItem, getHandlerList, getHandlerspublic 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.Cancellablepublic boolean isCancelled()
isCancelled in interface org.bukkit.event.Cancellable