Package zombie.erosion.obj
Class ErosionObjOverlay
java.lang.Object
zombie.erosion.obj.ErosionObjOverlay
public class ErosionObjOverlay
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
applyAlpha
int
cycleTime
java.lang.String
name
int
stages
-
Constructor Summary
Constructors Constructor Description ErosionObjOverlay(ErosionObjOverlaySprites _sprites, int _cycleTime, boolean _applyAlpha)
-
Method Summary
Modifier and Type Method Description boolean
removeOverlay(IsoObject _obj, int _id)
int
setOverlay(IsoObject _obj, int _curID, int _stage, int _season, float _alpha)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
public java.lang.String name -
stages
public int stages -
applyAlpha
public boolean applyAlpha -
cycleTime
public int cycleTime
-
-
Constructor Details
-
ErosionObjOverlay
-
-
Method Details
-
setOverlay
-
removeOverlay
-