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 classCustomBlockSoundListener.Companion
-
Field Summary
Fields Modifier and Type Field Description private final CustomBlockFactory.CustomBlockSoundscustomSoundspublic final static CustomBlockSoundListener.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description CustomBlockSoundListener(CustomBlockFactory.CustomBlockSounds customSounds)
-
Method Summary
Modifier and Type Method Description final CustomBlockFactory.CustomBlockSoundsgetCustomSounds()final UnitonWorldUnload(WorldUnloadEvent $self)final UnitonPlacingWood(BlockPlaceEvent $self)final UnitonBreakingWood(BlockBreakEvent $self)final UnitonHitWood(BlockDamageEvent $self)final UnitonStopHittingWood(BlockDamageAbortEvent $self)final UnitonStepFall(GenericGameEvent $self)final UnitonPlacing(NexoNoteBlockPlaceEvent $self)final UnitonPlacing(NexoChorusBlockPlaceEvent $self)final UnitonBreaking(NexoNoteBlockBreakEvent $self)final UnitonBreaking(NexoChorusBlockBreakEvent $self)final UnitonPlaceString(NexoStringBlockPlaceEvent $self)final UnitonBreakString(NexoStringBlockBreakEvent $self)final UnitonPistonPush(BlockPistonExtendEvent $self)final UnitonStepFallString(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)
-
-
-
-