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
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.fboRenderChunk
Methods in zombie.iso.fboRenderChunk with parameters of type ObjectRenderEffectsModifier and TypeMethodDescriptionvoid
FBORenderTrees.addTree
(Texture texture0, Texture texture1, float float0, float float1, float float2, float float3, float float4, float float5, float float6, ObjectRenderEffects objectRenderEffects, boolean boolean0, float float7) -
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)