Uses of Enum Class
zombie.iso.objects.RenderEffectType
Packages that use RenderEffectType
-
Uses of RenderEffectType in zombie.iso
Methods in zombie.iso with parameters of type RenderEffectTypeModifier and TypeMethodDescriptionvoid
IsoObject.setRenderEffect
(RenderEffectType type) void
IsoObject.setRenderEffect
(RenderEffectType type, boolean reuseEqualType) -
Uses of RenderEffectType in zombie.iso.objects
Subclasses with type arguments of type RenderEffectType in zombie.iso.objectsMethods in zombie.iso.objects that return RenderEffectTypeModifier and TypeMethodDescriptionstatic RenderEffectType
Returns the enum constant of this class with the specified name.static RenderEffectType[]
RenderEffectType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.iso.objects with parameters of type RenderEffectTypeModifier and TypeMethodDescriptionstatic ObjectRenderEffects
ObjectRenderEffects.getNew
(IsoObject _parent, RenderEffectType t, boolean reuseEqualType) static ObjectRenderEffects
ObjectRenderEffects.getNew
(IsoObject _parent, RenderEffectType t, boolean reuseEqualType, boolean dontAdd)