Class FurnitureSoundListener
-
- All Implemented Interfaces:
-
org.bukkit.event.Listener
public final class FurnitureSoundListener implements Listener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFurnitureSoundListener.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static FurnitureSoundListener.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description FurnitureSoundListener()
-
Method Summary
Modifier and Type Method Description final UnitonWorldUnload(WorldUnloadEvent $self)final UnitonPlacingStone(BlockPlaceEvent $self)final UnitonBreakingStone(BlockBreakEvent $self)final UnitonHitStone(BlockDamageEvent $self)final UnitonStopHittingStone(BlockDamageAbortEvent $self)final UnitonStepFall(GenericGameEvent $self)final UnitonPlacingFurniture(NexoFurniturePlaceEvent $self)final UnitonBreakingFurniture(NexoFurnitureBreakEvent $self)-
-
Method Detail
-
onWorldUnload
final Unit onWorldUnload(WorldUnloadEvent $self)
-
onPlacingStone
final Unit onPlacingStone(BlockPlaceEvent $self)
-
onBreakingStone
final Unit onBreakingStone(BlockBreakEvent $self)
-
onHitStone
final Unit onHitStone(BlockDamageEvent $self)
-
onStopHittingStone
final Unit onStopHittingStone(BlockDamageAbortEvent $self)
-
onStepFall
final Unit onStepFall(GenericGameEvent $self)
-
onPlacingFurniture
final Unit onPlacingFurniture(NexoFurniturePlaceEvent $self)
-
onBreakingFurniture
final Unit onBreakingFurniture(NexoFurnitureBreakEvent $self)
-
-
-
-