Class PrePylonFluidPointConnectEvent
-
- All Implemented Interfaces:
-
org.bukkit.event.Cancellable
public final class PrePylonFluidPointConnectEvent extends Event implements Cancellable
Called before two fluid points are connected.
-
-
Constructor Summary
Constructors Constructor Description PrePylonFluidPointConnectEvent(VirtualFluidPoint point1, VirtualFluidPoint point2)
-
Method Summary
Modifier and Type Method Description final VirtualFluidPointgetPoint1()final VirtualFluidPointgetPoint2()BooleanisCancelled()voidsetCancelled(Boolean cancel)HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.pylonmc.pylon.core.event.PrePylonFluidPointConnectEvent
getHandlers, isCancelled, setCancelled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PrePylonFluidPointConnectEvent
PrePylonFluidPointConnectEvent(VirtualFluidPoint point1, VirtualFluidPoint point2)
-
-
Method Detail
-
getPoint1
final VirtualFluidPoint getPoint1()
-
getPoint2
final VirtualFluidPoint getPoint2()
-
isCancelled
Boolean isCancelled()
-
setCancelled
void setCancelled(Boolean cancel)
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-