Package zombie.network.packets.hit
Class Vehicle
java.lang.Object
zombie.network.packets.hit.Instance
zombie.network.packets.hit.Vehicle
- All Implemented Interfaces:
- IPositional,- INetworkPacket
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfloatgetX()floatgetY()booleanvoidparse(ByteBuffer byteBuffer, UdpConnection udpConnection) voidset(BaseVehicle baseVehicle) voidwrite(ByteBufferWriter byteBufferWriter) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.network.packets.INetworkPacketgetPacketSizeBytes, log
- 
Field Details- 
vehicle
 
- 
- 
Constructor Details- 
Vehiclepublic Vehicle()
 
- 
- 
Method Details- 
set
- 
parse- Specified by:
- parsein interface- INetworkPacket
- Overrides:
- parsein class- Instance
 
- 
write- Specified by:
- writein interface- INetworkPacket
- Overrides:
- writein class- Instance
 
- 
isConsistentpublic boolean isConsistent()- Specified by:
- isConsistentin interface- INetworkPacket
- Overrides:
- isConsistentin class- Instance
 
- 
getDescription- Specified by:
- getDescriptionin interface- INetworkPacket
- Overrides:
- getDescriptionin class- Instance
 
- 
getXpublic float getX()- Specified by:
- getXin interface- IPositional
 
- 
getYpublic float getY()- Specified by:
- getYin interface- IPositional
 
 
-