public class LoggingBlockBreakEvent extends org.bukkit.event.block.BlockBreakEvent implements CancelLogging
| Constructor and Description |
|---|
LoggingBlockBreakEvent(org.bukkit.block.Block block,
org.bukkit.entity.Player player) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CancelAttempt> |
getCancels()
Get an immutable list of cancels.
|
void |
setCancelled(boolean cancel) |
getPlayer, isCancelled, isDropItems, setDropItemsgetExpToDrop, getHandlerList, getHandlers, setExpToDroppublic LoggingBlockBreakEvent(org.bukkit.block.Block block,
org.bukkit.entity.Player player)
public java.util.List<CancelAttempt> getCancels()
CancelLogginggetCancels in interface CancelLoggingpublic void setCancelled(boolean cancel)
setCancelled in interface org.bukkit.event.CancellablesetCancelled in class org.bukkit.event.block.BlockBreakEvent