Package zombie.globalObjects
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 KahluaTablemodDataprotected SGlobalObjectSystemsystemprotected intxprotected intyprotected intz -
Method Summary
Modifier and Type Method Description KahluaTablegetModData()SGlobalObjectSystemgetSystem()intgetX()intgetY()intgetZ()voidload(java.nio.ByteBuffer byteBuffer, int int1)voidReset()voidsave(java.nio.ByteBuffer byteBuffer)voidsetLocation(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
-
x
protected int x -
y
protected int y -
z
protected int z -
modData
-
-
Method Details
-
getSystem
-
setLocation
public void setLocation(int int1, int int2, int int3) -
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
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()
-