Class ErosionObjSprites
java.lang.Object
zombie.erosion.obj.ErosionObjSprites
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanbooleanbooleanbooleanstatic final intstatic final intstatic final intstatic final intstatic final intint -
Constructor Summary
ConstructorsConstructorDescriptionErosionObjSprites(int stages, String name, boolean hasSnow, boolean hasFlower, boolean hasChildsprite) -
Method Summary
Modifier and TypeMethodDescriptiongetBase(int stage, int season) getChildSprite(int stage, int season) getFlower(int stage) voidvoidvoidsetChildSprite(int stage, String sprite, int season) voidsetChildSprite(int stage, ArrayList<String> sprites, int season) voidvoid
-
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
-
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
-
getFlower
-
getChildSprite
-
getEntry
-
setBase
-
setBase
-
setFlower
-
setFlower
-
setChildSprite
-
setChildSprite
-