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 KahluaTable
modData
protected GlobalObjectSystem
system
protected int
x
protected int
y
protected int
z
-
Method Summary
Modifier and Type Method Description KahluaTable
getModData()
GlobalObjectSystem
getSystem()
int
getX()
int
getY()
int
getZ()
void
Reset()
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
-
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()
-