Package zombie.globalObjects
Class GlobalObjectLookup
java.lang.Object
zombie.globalObjects.GlobalObjectLookup
public final class GlobalObjectLookup
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description GlobalObjectLookup(SGlobalObjectSystem sGlobalObjectSystem)
-
Method Summary
Modifier and Type Method Description void
addObject(GlobalObject globalObject)
GlobalObject
getObjectAt(int int1, int int2, int int3)
java.util.ArrayList
getObjectsAdjacentTo(int int1, int int2, int int3, java.util.ArrayList arrayList)
java.util.ArrayList
getObjectsInChunk(int int1, int int2, java.util.ArrayList arrayList)
boolean
hasObjectsInChunk(int int1, int int2)
static void
init(IsoMetaGrid metaGrid)
void
removeObject(GlobalObject globalObject)
static void
Reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GlobalObjectLookup
-
-
Method Details
-
addObject
-
removeObject
-
getObjectAt
-
hasObjectsInChunk
public boolean hasObjectsInChunk(int int1, int int2) -
getObjectsInChunk
public java.util.ArrayList getObjectsInChunk(int int1, int int2, java.util.ArrayList arrayList) -
getObjectsAdjacentTo
public java.util.ArrayList getObjectsAdjacentTo(int int1, int int2, int int3, java.util.ArrayList arrayList) -
init
-
Reset
public static void Reset()
-