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 class
FurnitureSoundListener.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static FurnitureSoundListener.Companion
Companion
-
Constructor Summary
Constructors Constructor Description FurnitureSoundListener()
-
Method Summary
Modifier and Type Method Description final Unit
onWorldUnload(WorldUnloadEvent $self)
final Unit
onPlacingStone(BlockPlaceEvent $self)
final Unit
onBreakingStone(BlockBreakEvent $self)
final Unit
onHitStone(BlockDamageEvent $self)
final Unit
onStopHittingStone(BlockDamageAbortEvent $self)
final Unit
onStepFall(GenericGameEvent $self)
final Unit
onPlacingFurniture(NexoFurniturePlaceEvent $self)
final Unit
onBreakingFurniture(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)
-
-
-
-