Class ErosionObjSprites

java.lang.Object
zombie.erosion.obj.ErosionObjSprites

public final class ErosionObjSprites extends Object
  • Field Details

    • SECTION_BASE

      public static final int SECTION_BASE
      See Also:
    • SECTION_SNOW

      public static final int SECTION_SNOW
      See Also:
    • SECTION_FLOWER

      public static final int SECTION_FLOWER
      See Also:
    • SECTION_CHILD

      public static final int SECTION_CHILD
      See Also:
    • NUM_SECTIONS

      public static final int NUM_SECTIONS
      See Also:
    • name

      public String name
    • stages

      public int stages
    • hasSnow

      public boolean hasSnow
    • hasFlower

      public boolean hasFlower
    • hasChildSprite

      public boolean hasChildSprite
    • noSeasonBase

      public boolean noSeasonBase
    • cycleTime

      public int cycleTime
  • Constructor Details

    • ErosionObjSprites

      public ErosionObjSprites(int stages, String name, boolean hasSnow, boolean hasFlower, boolean hasChildsprite)
  • Method Details

    • getBase

      public String getBase(int stage, int season)
    • getFlower

      public String getFlower(int stage)
    • getChildSprite

      public String getChildSprite(int stage, int season)
    • getEntry

      public ErosionObjSprites.Entry getEntry(String sprite)
    • setBase

      public void setBase(int stage, String sprite, int season)
    • setBase

      public void setBase(int stage, ArrayList<String> sprites, int season)
    • setFlower

      public void setFlower(int stage, String sprite)
    • setFlower

      public void setFlower(int stage, ArrayList<String> sprites)
    • setChildSprite

      public void setChildSprite(int stage, String sprite, int season)
    • setChildSprite

      public void setChildSprite(int stage, ArrayList<String> sprites, int season)