Class PacketEntityActionEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.player.actions.PacketEntityActionEvent
-
- All Implemented Interfaces:
Event<PacketEntityActionEvent>
public abstract class PacketEntityActionEvent extends java.lang.Object implements Event<PacketEntityActionEvent>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PacketEntityActionEvent.EnumPlayerAction
-
Constructor Summary
Constructors Constructor Description PacketEntityActionEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract PacketEntityActionEvent.EnumPlayerAction
getAction()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.clientastisch.events.event.Event
cancelled, continued, getController, getPacket, getPipeline, getPlayer, getUUID, isCancelled, isContinue
-
-
-
-
Method Detail
-
getAction
public abstract PacketEntityActionEvent.EnumPlayerAction getAction()
-
-