Package zombie.globalObjects
Class GlobalObjectLookup
java.lang.Object
zombie.globalObjects.GlobalObjectLookup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddObject(GlobalObject globalObject) getObjectAt(int int1, int int2, int int3) getObjectsAdjacentTo(int int1, int int2, int int3, ArrayList arrayList) getObjectsInChunk(int int1, int int2, ArrayList arrayList) booleanhasObjectsInChunk(int int1, int int2) static voidinit(IsoMetaGrid metaGrid) voidremoveObject(GlobalObject globalObject) static voidReset()
-
Constructor Details
-
GlobalObjectLookup
-
-
Method Details
-
addObject
-
removeObject
-
getObjectAt
-
hasObjectsInChunk
public boolean hasObjectsInChunk(int int1, int int2) -
getObjectsInChunk
-
getObjectsAdjacentTo
-
init
-
Reset
public static void Reset()
-