Class GeyserPistonListener
java.lang.Object
org.geysermc.platform.spigot.world.GeyserPistonListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
ConstructorsConstructorDescriptionGeyserPistonListener(GeyserConnector connector, GeyserSpigotWorldManager worldManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidonPistonExtend(org.bukkit.event.block.BlockPistonExtendEvent event)voidonPistonRetract(org.bukkit.event.block.BlockPistonRetractEvent event)
-
Constructor Details
-
GeyserPistonListener
-
-
Method Details
-
onPistonExtend
public void onPistonExtend(org.bukkit.event.block.BlockPistonExtendEvent event) -
onPistonRetract
public void onPistonRetract(org.bukkit.event.block.BlockPistonRetractEvent event)
-