Class PlayerVelocityEvent
- java.lang.Object
 - 
- me.clientastisch.events.event.impl.player.movement.PlayerVelocityEvent
 
 
- 
- All Implemented Interfaces:
 Event<PlayerVelocityEvent>
public abstract class PlayerVelocityEvent extends java.lang.Object implements Event<PlayerVelocityEvent>
 
- 
- 
Constructor Summary
Constructors Constructor Description PlayerVelocityEvent() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract doublegetHorizontal()abstract org.bukkit.util.VectorgetVector()abstract doublegetVertical()abstract voidsetVector(org.bukkit.util.Vector vector)- 
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 
 - 
 
 -