Uses of Interface
studio.magemonkey.fabled.api.particle.IParticleEffect
Packages that use IParticleEffect
-
Uses of IParticleEffect in studio.magemonkey.fabled.api.particle
Classes in studio.magemonkey.fabled.api.particle that implement IParticleEffectModifier and TypeClassDescriptionclass
A particle effect that can be playedclass
A particle effect image that can be playedMethods in studio.magemonkey.fabled.api.particle that return IParticleEffectMethods in studio.magemonkey.fabled.api.particle with parameters of type IParticleEffectModifier and TypeMethodDescriptionstatic void
EffectManager.register
(IParticleEffect effect) Registers a new particle effect, replacing any conflicting effects already registered under the keyvoid
EffectData.runEffect
(IParticleEffect effect, int ticks, int level) Starts running an effect for the target.static void
EffectManager.runEffect
(IParticleEffect effect, EffectTarget target, int ticks, int level) Starts running an effect for a target.Constructors in studio.magemonkey.fabled.api.particle with parameters of type IParticleEffectModifierConstructorDescriptionEffectInstance
(IParticleEffect effect, EffectTarget target, int level)