Class Vehicle

java.lang.Object
zombie.network.packets.hit.Instance
zombie.network.packets.hit.Vehicle
All Implemented Interfaces:
INetworkPacket

public class Vehicle
extends Instance
implements INetworkPacket
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected BaseVehicle vehicle  

    Fields inherited from class zombie.network.packets.hit.Instance

    ID
  • Constructor Summary

    Constructors
    Constructor Description
    Vehicle()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    boolean isConsistent()  
    void parse​(java.nio.ByteBuffer byteBuffer)  
    void set​(BaseVehicle baseVehicle)  
    void write​(ByteBufferWriter byteBufferWriter)  

    Methods inherited from class zombie.network.packets.hit.Instance

    set

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface zombie.network.packets.INetworkPacket

    getPacketSizeBytes