Class CustomBlockListener
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public final class CustomBlockListener implements Listener
-
-
Constructor Summary
Constructors Constructor Description CustomBlockListener()
-
Method Summary
Modifier and Type Method Description final Unit
callInteract(PlayerInteractEvent $self)
final Unit
onInteractedNexoBlock(NexoNoteBlockInteractEvent $self)
final Unit
onInteractedNexoBlock(NexoStringBlockInteractEvent $self)
final Unit
onLimitedPlacing(PlayerInteractEvent $self)
final Unit
onPrePlacingCustomBlock(PlayerInteractEvent $self)
final Unit
onBreakingCustomBlock(BlockBreakEvent $self)
final Unit
onEntityExplosion(EntityExplodeEvent $self)
final Unit
onBlockExplosion(BlockExplodeEvent $self)
final Unit
onPiston(BlockPistonRetractEvent $self)
final Unit
onPiston(BlockPistonExtendEvent $self)
final Unit
onPlacingVanilla(BlockPlaceEvent $self)
final Unit
onMiddleClick(PlayerPickItemEvent $self)
final Unit
onMiddleClick(InventoryCreativeEvent $self)
-
-
Method Detail
-
callInteract
final Unit callInteract(PlayerInteractEvent $self)
-
onInteractedNexoBlock
final Unit onInteractedNexoBlock(NexoNoteBlockInteractEvent $self)
-
onInteractedNexoBlock
final Unit onInteractedNexoBlock(NexoStringBlockInteractEvent $self)
-
onLimitedPlacing
final Unit onLimitedPlacing(PlayerInteractEvent $self)
-
onPrePlacingCustomBlock
final Unit onPrePlacingCustomBlock(PlayerInteractEvent $self)
-
onBreakingCustomBlock
final Unit onBreakingCustomBlock(BlockBreakEvent $self)
-
onEntityExplosion
final Unit onEntityExplosion(EntityExplodeEvent $self)
-
onBlockExplosion
final Unit onBlockExplosion(BlockExplodeEvent $self)
-
onPlacingVanilla
final Unit onPlacingVanilla(BlockPlaceEvent $self)
-
onMiddleClick
final Unit onMiddleClick(PlayerPickItemEvent $self)
-
onMiddleClick
final Unit onMiddleClick(InventoryCreativeEvent $self)
-
-
-
-