Class ObjectRenderEffects
java.lang.Object
zombie.iso.objects.ObjectRenderEffects
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ObjectRenderEffects other) static ObjectRenderEffects
alloc()
void
static ObjectRenderEffects
getNew
(IsoObject _parent, RenderEffectType t, boolean reuseEqualType) static ObjectRenderEffects
getNew
(IsoObject _parent, RenderEffectType t, boolean reuseEqualType, boolean dontAdd) static ObjectRenderEffects
getNextWindEffect
(int _windType, boolean isTreeLike) static void
init()
static void
boolean
update()
static void
-
Field Details
-
ENABLED
public static final boolean ENABLED- See Also:
-
x1
public double x1 -
y1
public double y1 -
x2
public double x2 -
y2
public double y2 -
x3
public double x3 -
y3
public double y3 -
x4
public double x4 -
y4
public double y4
-
-
Method Details
-
alloc
-
release
-
getNew
public static ObjectRenderEffects getNew(IsoObject _parent, RenderEffectType t, boolean reuseEqualType) -
getNew
public static ObjectRenderEffects getNew(IsoObject _parent, RenderEffectType t, boolean reuseEqualType, boolean dontAdd) -
getNextWindEffect
-
init
public static void init() -
update
public boolean update() -
copyMainFromOther
-
add
-
updateStatic
public static void updateStatic()
-