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 class
PlayerJumpEvent.Type
-
Constructor Summary
Constructors Constructor Description PlayerJumpEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract double
getDeltaX()
abstract double
getDeltaXYZ()
abstract double
getDeltaXZ()
abstract double
getDeltaY()
abstract double
getDeltaZ()
abstract org.bukkit.Location
getFrom()
abstract org.bukkit.Location
getTo()
abstract PlayerJumpEvent.Type
getType()
-
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()
-
-