Class ObjectRenderEffects
java.lang.Object
zombie.iso.objects.ObjectRenderEffects
TurboTuTone.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ObjectRenderEffects other) static ObjectRenderEffectsalloc()voidstatic ObjectRenderEffectsgetNew(IsoObject parent, RenderEffectType t, boolean reuseEqualType) static ObjectRenderEffectsgetNew(IsoObject parent, RenderEffectType t, boolean reuseEqualType, boolean dontAdd) static ObjectRenderEffectsgetNextWindEffect(int windType, boolean isTreeLike) static voidinit()static voidbooleanupdate()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()
-