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 UnitcallInteract(PlayerInteractEvent $self)final UnitonInteractedNexoBlock(NexoNoteBlockInteractEvent $self)final UnitonInteractedNexoBlock(NexoStringBlockInteractEvent $self)final UnitonLimitedPlacing(PlayerInteractEvent $self)final UnitonPrePlacingCustomBlock(PlayerInteractEvent $self)final UnitonBreakingCustomBlock(BlockBreakEvent $self)final UnitonEntityExplosion(EntityExplodeEvent $self)final UnitonBlockExplosion(BlockExplodeEvent $self)final UnitonPiston(BlockPistonRetractEvent $self)final UnitonPiston(BlockPistonExtendEvent $self)final UnitonPlacingVanilla(BlockPlaceEvent $self)final UnitonMiddleClick(PlayerPickItemEvent $self)final UnitonMiddleClick(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)
-
-
-
-