Class AnimalManagerWorker
java.lang.Object
zombie.characters.animals.AnimalManagerWorker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final int
protected static final int
protected static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
allocCell
(int int0) void
allocCell
(int int0, int int1) getAnimalChunk
(float float1, float float0) static AnimalManagerWorker
-
Field Details
-
SQUARES_PER_CHUNK
protected static final int SQUARES_PER_CHUNK- See Also:
-
CHUNKS_PER_CELL
protected static final int CHUNKS_PER_CELL -
SQUARES_PER_CELL
protected static final int SQUARES_PER_CELL
-
-
Constructor Details
-
AnimalManagerWorker
public AnimalManagerWorker()
-
-
Method Details
-
getInstance
-
allocCell
public void allocCell(int int0) -
allocCell
public void allocCell(int int0, int int1) -
getAnimalChunk
-