Uses of Class
zombie.iso.objects.ObjectRenderEffects
Packages that use ObjectRenderEffects
-
Uses of ObjectRenderEffects in zombie.core.textures
Methods in zombie.core.textures with parameters of type ObjectRenderEffectsModifier and TypeMethodDescriptionvoid
Texture.render
(ObjectRenderEffects dr, float x, float y, float _width, float _height, float r, float g, float b, float a, Consumer<TextureDraw> texdModifier) -
Uses of ObjectRenderEffects in zombie.iso
Fields in zombie.iso declared as ObjectRenderEffectsModifier and TypeFieldDescriptionprotected ObjectRenderEffects
IsoObject.objectRenderEffects
protected ObjectRenderEffects
IsoObject.windRenderEffects
Methods in zombie.iso that return ObjectRenderEffectsModifier and TypeMethodDescriptionIsoObject.getObjectRenderEffects()
IsoObject.getObjectRenderEffectsToApply()
IsoObject.getWindRenderEffects()
Methods in zombie.iso with parameters of type ObjectRenderEffects -
Uses of ObjectRenderEffects in zombie.iso.objects
Methods in zombie.iso.objects that return ObjectRenderEffectsModifier and TypeMethodDescriptionstatic ObjectRenderEffects
ObjectRenderEffects.alloc()
static ObjectRenderEffects
ObjectRenderEffects.getNew
(IsoObject _parent, RenderEffectType t, boolean reuseEqualType) static ObjectRenderEffects
ObjectRenderEffects.getNew
(IsoObject _parent, RenderEffectType t, boolean reuseEqualType, boolean dontAdd) static ObjectRenderEffects
ObjectRenderEffects.getNextWindEffect
(int _windType, boolean isTreeLike) Methods in zombie.iso.objects with parameters of type ObjectRenderEffectsModifier and TypeMethodDescriptionvoid
ObjectRenderEffects.add
(ObjectRenderEffects other) void
ObjectRenderEffects.copyMainFromOther
(ObjectRenderEffects other) static void
ObjectRenderEffects.release
(ObjectRenderEffects o)