Package zombie.iso.objects
Class ObjectRenderEffects
java.lang.Object
zombie.iso.objects.ObjectRenderEffects
public class ObjectRenderEffects
extends java.lang.Object
-
Field Summary
-
Method Summary
Modifier and Type Method Description voidadd(ObjectRenderEffects objectRenderEffects)static ObjectRenderEffectsalloc()voidcopyMainFromOther(ObjectRenderEffects objectRenderEffects)static ObjectRenderEffectsgetNew(IsoObject object, RenderEffectType renderEffectType, boolean boolean1)static ObjectRenderEffectsgetNew(IsoObject object, RenderEffectType renderEffectType, boolean boolean1, boolean boolean2)static ObjectRenderEffectsgetNextWindEffect(int int1, boolean boolean1)static voidinit()static voidrelease(ObjectRenderEffects objectRenderEffects)booleanupdate()static voidupdateStatic()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENABLED
public static final boolean ENABLED- See Also:
- Constant Field Values
-
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 object, RenderEffectType renderEffectType, boolean boolean1) -
getNew
public static ObjectRenderEffects getNew(IsoObject object, RenderEffectType renderEffectType, boolean boolean1, boolean boolean2) -
getNextWindEffect
-
init
public static void init() -
update
public boolean update() -
copyMainFromOther
-
add
-
updateStatic
public static void updateStatic()
-