Class ErosionObj
java.lang.Object
zombie.erosion.obj.ErosionObj
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatfloatintbooleanbooleanbooleanbooleanint -
Constructor Summary
ConstructorsConstructorDescriptionErosionObj(ErosionObjSprites sprites, int cycleTime, float bloomstart, float bloomend, boolean noSeasonBase) -
Method Summary
Modifier and TypeMethodDescriptioncreateObject(IsoGridSquare square, int stage, boolean tree, int season) getObject(IsoGridSquare square, boolean remove) booleanplaceObject(IsoGridSquare square, int stage, boolean tree, int season, boolean bloom) removeObject(IsoGridSquare square) booleansetStage(IsoGridSquare square, int stage, int season, boolean bloom) booleansetStageObject(int stage, IsoObject obj, int season, boolean bloom)
-
Field Details
-
name
-
stages
public int stages -
hasSnow
public boolean hasSnow -
hasFlower
public boolean hasFlower -
hasChildSprite
public boolean hasChildSprite -
bloomStart
public float bloomStart -
bloomEnd
public float bloomEnd -
noSeasonBase
public boolean noSeasonBase -
cycleTime
public int cycleTime
-
-
Constructor Details
-
ErosionObj
public ErosionObj(ErosionObjSprites sprites, int cycleTime, float bloomstart, float bloomend, boolean noSeasonBase)
-
-
Method Details
-
getObject
-
createObject
-
placeObject
public boolean placeObject(IsoGridSquare square, int stage, boolean tree, int season, boolean bloom) -
setStageObject
-
setStage
-
removeObject
-
getEntry
-