Class PlayerJumpEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.player.movement.PlayerJumpEvent
-
- All Implemented Interfaces:
Event<PlayerJumpEvent>
public abstract class PlayerJumpEvent extends java.lang.Object implements Event<PlayerJumpEvent>
- Since:
- CAC v. 0.9958
- Author:
- Clientastisch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayerJumpEvent.Type
-
Constructor Summary
Constructors Constructor Description PlayerJumpEvent()
-
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 PlayerJumpEvent.TypegetType()-
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
-
getFrom
public abstract org.bukkit.Location getFrom()
-
getTo
public abstract org.bukkit.Location getTo()
-
getDeltaXYZ
public abstract double getDeltaXYZ()
-
getDeltaXZ
public abstract double getDeltaXZ()
-
getDeltaX
public abstract double getDeltaX()
-
getDeltaY
public abstract double getDeltaY()
-
getDeltaZ
public abstract double getDeltaZ()
-
getType
public abstract PlayerJumpEvent.Type getType()
-
-