Package zombie.iso.objects
Class ObjectRenderEffects
java.lang.Object
zombie.iso.objects.ObjectRenderEffects
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ObjectRenderEffects objectRenderEffects) static ObjectRenderEffects
alloc()
void
copyMainFromOther
(ObjectRenderEffects objectRenderEffects) static ObjectRenderEffects
getNew
(IsoObject object, RenderEffectType renderEffectType, boolean boolean1) static ObjectRenderEffects
getNew
(IsoObject object, RenderEffectType renderEffectType, boolean boolean1, boolean boolean2) static ObjectRenderEffects
getNextWindEffect
(int int1, boolean boolean1) static void
init()
static void
release
(ObjectRenderEffects objectRenderEffects) 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 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()
-