Class Square

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

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

    Fields
    Modifier and Type Field Description
    protected float positionX  
    protected float positionY  
    protected float positionZ  
  • Constructor Summary

    Constructors
    Constructor Description
    Square()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    void parse​(java.nio.ByteBuffer byteBuffer)  
    void set​(IsoGameCharacter gameCharacter)  
    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, isConsistent
  • Field Details

    • positionX

      protected float positionX
    • positionY

      protected float positionY
    • positionZ

      protected float positionZ
  • Constructor Details

    • Square

      public Square()
  • Method Details