Class PacketMoveEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.player.movement.PacketMoveEvent
-
- All Implemented Interfaces:
Event<PacketMoveEvent>
public abstract class PacketMoveEvent extends java.lang.Object implements Event<PacketMoveEvent>
- Since:
- CAC v. 0.9958
- Author:
- Clientastisch
-
-
Constructor Summary
Constructors Constructor Description PacketMoveEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract doublegetDeltaX()abstract doublegetDeltaXYZ()abstract doublegetDeltaXZ()abstract doublegetDeltaY()abstract doublegetDeltaZ()abstract org.bukkit.LocationgetFrom()abstract org.bukkit.LocationgetTo()abstract booleanisOnground()abstract booleanisOptifine()-
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
-
getTo
public abstract org.bukkit.Location getTo()
-
getFrom
public abstract org.bukkit.Location getFrom()
-
getDeltaXZ
public abstract double getDeltaXZ()
-
getDeltaY
public abstract double getDeltaY()
-
getDeltaXYZ
public abstract double getDeltaXYZ()
-
getDeltaX
public abstract double getDeltaX()
-
getDeltaZ
public abstract double getDeltaZ()
-
isOnground
public abstract boolean isOnground()
-
isOptifine
public abstract boolean isOptifine()
-
-