Class GlobalObject

java.lang.Object
zombie.globalObjects.GlobalObject

public final class GlobalObject
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected KahluaTable modData  
    protected SGlobalObjectSystem system  
    protected int x  
    protected int y  
    protected int z  
  • Method Summary

    Modifier and Type Method Description
    KahluaTable getModData()  
    SGlobalObjectSystem getSystem()  
    int getX()  
    int getY()  
    int getZ()  
    void load​(java.nio.ByteBuffer byteBuffer, int int1)  
    void Reset()  
    void save​(java.nio.ByteBuffer byteBuffer)  
    void setLocation​(int int1, int int2, int int3)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • system

      protected SGlobalObjectSystem system
    • x

      protected int x
    • y

      protected int y
    • z

      protected int z
    • modData

      protected final KahluaTable modData
  • Method Details

    • getSystem

      public SGlobalObjectSystem getSystem()
    • setLocation

      public void setLocation​(int int1, int int2, int int3)
    • getX

      public int getX()
    • getY

      public int getY()
    • getZ

      public int getZ()
    • getModData

      public KahluaTable getModData()
    • load

      public void load​(java.nio.ByteBuffer byteBuffer, int int1) throws java.io.IOException
      Throws:
      java.io.IOException
    • save

      public void save​(java.nio.ByteBuffer byteBuffer) throws java.io.IOException
      Throws:
      java.io.IOException
    • Reset

      public void Reset()