Package zombie.erosion.obj
Class ErosionObj
java.lang.Object
zombie.erosion.obj.ErosionObj
public class ErosionObj
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description float
bloomEnd
float
bloomStart
int
cycleTime
boolean
hasChildSprite
boolean
hasFlower
boolean
hasSnow
java.lang.String
name
boolean
noSeasonBase
int
stages
-
Constructor Summary
Constructors Constructor Description ErosionObj(ErosionObjSprites erosionObjSprites, int int1, float float1, float float2, boolean boolean1)
-
Method Summary
Modifier and Type Method Description IsoObject
createObject(IsoGridSquare square, int int1, boolean boolean1, int int2)
IsoObject
getObject(IsoGridSquare square, boolean boolean1)
boolean
placeObject(IsoGridSquare square, int int1, boolean boolean1, int int2, boolean boolean2)
IsoObject
removeObject(IsoGridSquare square)
boolean
setStage(IsoGridSquare square, int int1, int int2, boolean boolean1)
boolean
setStageObject(int int1, IsoObject object, int int2, boolean boolean1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
public java.lang.String 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 erosionObjSprites, int int1, float float1, float float2, boolean boolean1)
-
-
Method Details
-
getObject
-
createObject
-
placeObject
public boolean placeObject(IsoGridSquare square, int int1, boolean boolean1, int int2, boolean boolean2) -
setStageObject
-
setStage
-
removeObject
-