Class Instance

java.lang.Object
zombie.network.packets.hit.Instance
All Implemented Interfaces:
INetworkPacket
Direct Known Subclasses:
Character, Vehicle, Weapon

public abstract class Instance
extends java.lang.Object
implements INetworkPacket
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected short ID  
  • Constructor Summary

    Constructors
    Constructor Description
    Instance()  
  • Method Summary

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

    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
  • Field Details

    • ID

      protected short ID
  • Constructor Details

    • Instance

      public Instance()
  • Method Details