Class ErosionObjSprites
java.lang.Object
zombie.erosion.obj.ErosionObjSprites
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionint
boolean
boolean
boolean
boolean
static final int
static final int
static final int
static final int
static final int
int
-
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) void
void
void
setChildSprite
(int _stage, String _sprite, int _season) void
setChildSprite
(int _stage, ArrayList<String> _sprites, int _season) void
void
-
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
-