Package zombie.globalObjects
Class GlobalObjectSystem
java.lang.Object
zombie.globalObjects.GlobalObjectSystem
- Direct Known Subclasses:
CGlobalObjectSystem
,SGlobalObjectSystem
-
Field Summary
Modifier and TypeFieldDescriptionprotected final GlobalObjectLookup
protected final KahluaTable
protected final String
protected final ArrayList
-
Method Summary
Modifier and TypeMethodDescriptionfinal ArrayList
final void
finishedWithList
(ArrayList arrayList) final KahluaTable
getName()
final GlobalObject
getObjectAt
(int int1, int int2, int int3) final GlobalObject
getObjectByIndex
(int int1) final int
final ArrayList
getObjectsAdjacentTo
(int int1, int int2, int int3) final ArrayList
getObjectsInChunk
(int int1, int int2) final boolean
hasObjectsInChunk
(int int1, int int2) protected abstract GlobalObject
makeObject
(int int1, int int2, int int3) final GlobalObject
newObject
(int int1, int int2, int int3) final void
removeObject
(GlobalObject globalObject) void
Reset()
-
Field Details
-
name
-
modData
-
objects
-
lookup
-
-
Method Details
-
getName
-
getModData
-
makeObject
-
newObject
-
removeObject
public final void removeObject(GlobalObject globalObject) throws IllegalArgumentException, IllegalStateException -
getObjectAt
-
hasObjectsInChunk
public final boolean hasObjectsInChunk(int int1, int int2) -
getObjectsInChunk
-
getObjectsAdjacentTo
-
getObjectCount
public final int getObjectCount() -
getObjectByIndex
-
allocList
-
finishedWithList
-
Reset
public void Reset()
-