Package zombie.erosion.categories
Class NatureGeneric
java.lang.Object
zombie.erosion.categories.ErosionCategory
zombie.erosion.categories.NatureGeneric
public final class NatureGeneric extends ErosionCategory
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.erosion.categories.ErosionCategory
ErosionCategory.Data, ErosionCategory.SeasonDisplay -
Field Summary
Fields inherited from class zombie.erosion.categories.ErosionCategory
ID, region, seasonDisp -
Constructor Summary
Constructors Constructor Description NatureGeneric() -
Method Summary
Modifier and Type Method Description protected ErosionCategory.DataallocData()voidgetObjectNames(java.util.ArrayList arrayList)voidinit()booleanreplaceExistingObject(IsoGridSquare square, ErosionData.Square square2, ErosionData.Chunk chunk, boolean boolean1, boolean boolean2)voidupdate(IsoGridSquare square, ErosionData.Square square2, ErosionCategory.Data data, ErosionData.Chunk chunk, int int1)booleanvalidateSpawn(IsoGridSquare square, ErosionData.Square square2, ErosionData.Chunk chunk, boolean boolean1, boolean boolean2, boolean boolean3)Methods inherited from class zombie.erosion.categories.ErosionCategory
clearCatModData, clerp, currentBloom, currentSeason, getCatModData, loadCategoryData, setCatModData, updateObj, validWallMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NatureGeneric
public NatureGeneric()
-
-
Method Details
-
replaceExistingObject
public boolean replaceExistingObject(IsoGridSquare square, ErosionData.Square square2, ErosionData.Chunk chunk, boolean boolean1, boolean boolean2)- Specified by:
replaceExistingObjectin classErosionCategory
-
validateSpawn
public boolean validateSpawn(IsoGridSquare square, ErosionData.Square square2, ErosionData.Chunk chunk, boolean boolean1, boolean boolean2, boolean boolean3)- Specified by:
validateSpawnin classErosionCategory
-
update
public void update(IsoGridSquare square, ErosionData.Square square2, ErosionCategory.Data data, ErosionData.Chunk chunk, int int1)- Specified by:
updatein classErosionCategory
-
init
public void init()- Specified by:
initin classErosionCategory
-
allocData
- Specified by:
allocDatain classErosionCategory
-
getObjectNames
public void getObjectNames(java.util.ArrayList arrayList)- Specified by:
getObjectNamesin classErosionCategory
-