Class ErosionObj
java.lang.Object
zombie.erosion.obj.ErosionObj
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
int
boolean
boolean
boolean
boolean
int
-
Constructor Summary
ConstructorsConstructorDescriptionErosionObj
(ErosionObjSprites _sprites, int _cycleTime, float _bloomstart, float _bloomend, boolean _noSeasonBase) -
Method Summary
Modifier and TypeMethodDescriptioncreateObject
(IsoGridSquare _sq, int _stage, boolean _bTree, int _season) getObject
(IsoGridSquare _sq, boolean _bRemove) boolean
placeObject
(IsoGridSquare _sq, int _stage, boolean _bTree, int _season, boolean _bloom) boolean
setStage
(IsoGridSquare _sq, int _stage, int _season, boolean _bloom) boolean
setStageObject
(int _stage, IsoObject _object, 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 _sq, int _stage, boolean _bTree, int _season, boolean _bloom) -
setStageObject
-
setStage
-
removeObject
-
getEntry
-