Class AnimalZones
java.lang.Object
zombie.characters.animals.AnimalZones
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddAnimalChunk(AnimalChunk chunk) static voidcreateJunctions(AnimalCell cell) getClosestJunction(int x, int y) getClosestZone(float x, float y, String action) static floatgetClosestZoneDist(float x, float y) static AnimalZonesstatic voidremoveAnimalChunk(AnimalChunk chunk) voidrender(UIWorldMap ui, boolean bAnimals, boolean bTracks) static voidReset()voidspawnAnimalsInCell(AnimalCell cell) static void
-
Constructor Details
-
AnimalZones
public AnimalZones()
-
-
Method Details
-
getInstance
-
addAnimalChunk
-
removeAnimalChunk
-
createJunctions
-
spawnAnimalsInCell
-
getClosestZoneDist
public static float getClosestZoneDist(float x, float y) -
getClosestZone
-
render
-
updateVirtualAnimals
public static void updateVirtualAnimals() -
getClosestJunction
-
Reset
public static void Reset()
-