Package zombie.globalObjects
Class GlobalObject
java.lang.Object
zombie.globalObjects.GlobalObject
- Direct Known Subclasses:
CGlobalObject
,SGlobalObject
-
Field Summary
Modifier and TypeFieldDescriptionprotected final KahluaTable
protected GlobalObjectSystem
protected int
protected int
protected int
-
Method Summary
Modifier and TypeMethodDescriptionint
getX()
int
getY()
int
getZ()
void
Reset()
void
setLocation
(int int1, int int2, int int3)
-
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()
-