Class ErosionObj

java.lang.Object
zombie.erosion.obj.ErosionObj

public final class ErosionObj extends Object
  • Field Details

    • name

      public 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 int0, float float0, float float1, boolean boolean0)
  • Method Details

    • getObject

      public IsoObject getObject(IsoGridSquare square, boolean boolean0)
    • createObject

      public IsoObject createObject(IsoGridSquare square, int int0, boolean boolean0, int int1)
    • placeObject

      public boolean placeObject(IsoGridSquare square, int int0, boolean boolean0, int int1, boolean boolean1)
    • setStageObject

      public boolean setStageObject(int int0, IsoObject object, int int1, boolean boolean0)
    • setStage

      public boolean setStage(IsoGridSquare square, int int0, int int1, boolean boolean0)
    • removeObject

      public IsoObject removeObject(IsoGridSquare square)
    • getEntry

      public ErosionObjSprites.Entry getEntry(String string)