Class CustomBlockSoundListener
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public final class CustomBlockSoundListener implements Listener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
CustomBlockSoundListener.Companion
-
Field Summary
Fields Modifier and Type Field Description private final CustomBlockFactory.CustomBlockSounds
customSounds
public final static CustomBlockSoundListener.Companion
Companion
-
Constructor Summary
Constructors Constructor Description CustomBlockSoundListener(CustomBlockFactory.CustomBlockSounds customSounds)
-
Method Summary
Modifier and Type Method Description final CustomBlockFactory.CustomBlockSounds
getCustomSounds()
final Unit
onWorldUnload(WorldUnloadEvent $self)
final Unit
onPlacingWood(BlockPlaceEvent $self)
final Unit
onBreakingWood(BlockBreakEvent $self)
final Unit
onHitWood(BlockDamageEvent $self)
final Unit
onStopHittingWood(BlockDamageAbortEvent $self)
final Unit
onStepFall(GenericGameEvent $self)
final Unit
onPlacing(NexoNoteBlockPlaceEvent $self)
final Unit
onPlacing(NexoChorusBlockPlaceEvent $self)
final Unit
onBreaking(NexoNoteBlockBreakEvent $self)
final Unit
onBreaking(NexoChorusBlockBreakEvent $self)
final Unit
onPlaceString(NexoStringBlockPlaceEvent $self)
final Unit
onBreakString(NexoStringBlockBreakEvent $self)
final Unit
onPistonPush(BlockPistonExtendEvent $self)
final Unit
onStepFallString(GenericGameEvent $self)
-
-
Constructor Detail
-
CustomBlockSoundListener
CustomBlockSoundListener(CustomBlockFactory.CustomBlockSounds customSounds)
-
-
Method Detail
-
getCustomSounds
final CustomBlockFactory.CustomBlockSounds getCustomSounds()
-
onWorldUnload
final Unit onWorldUnload(WorldUnloadEvent $self)
-
onPlacingWood
final Unit onPlacingWood(BlockPlaceEvent $self)
-
onBreakingWood
final Unit onBreakingWood(BlockBreakEvent $self)
-
onStopHittingWood
final Unit onStopHittingWood(BlockDamageAbortEvent $self)
-
onStepFall
final Unit onStepFall(GenericGameEvent $self)
-
onPlacing
final Unit onPlacing(NexoNoteBlockPlaceEvent $self)
-
onPlacing
final Unit onPlacing(NexoChorusBlockPlaceEvent $self)
-
onBreaking
final Unit onBreaking(NexoNoteBlockBreakEvent $self)
-
onBreaking
final Unit onBreaking(NexoChorusBlockBreakEvent $self)
-
onPlaceString
final Unit onPlaceString(NexoStringBlockPlaceEvent $self)
-
onBreakString
final Unit onBreakString(NexoStringBlockBreakEvent $self)
-
onPistonPush
final Unit onPistonPush(BlockPistonExtendEvent $self)
-
onStepFallString
final Unit onStepFallString(GenericGameEvent $self)
-
-
-
-