Package zombie.iso.objects
Class ObjectRenderEffects
java.lang.Object
zombie.iso.objects.ObjectRenderEffects
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(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 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 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()
-