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