Package zombie.globalObjects
Class GlobalObject
java.lang.Object
zombie.globalObjects.GlobalObject
- Direct Known Subclasses:
CGlobalObject,SGlobalObject
public abstract class GlobalObject
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected KahluaTablemodDataprotected GlobalObjectSystemsystemprotected intxprotected intyprotected intz -
Method Summary
Modifier and Type Method Description KahluaTablegetModData()GlobalObjectSystemgetSystem()intgetX()intgetY()intgetZ()voidReset()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
-
Reset
public void Reset()
-