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)
    • 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)