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 voidaddObject(GlobalObject globalObject)GlobalObjectgetObjectAt(int int1, int int2, int int3)java.util.ArrayListgetObjectsAdjacentTo(int int1, int int2, int int3, java.util.ArrayList arrayList)java.util.ArrayListgetObjectsInChunk(int int1, int int2, java.util.ArrayList arrayList)booleanhasObjectsInChunk(int int1, int int2)static voidinit(IsoMetaGrid metaGrid)voidremoveObject(GlobalObject globalObject)static voidReset()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()
-