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 TypeClassDescriptionclassA particle effect that can be playedclassA 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 voidEffectManager.register(IParticleEffect effect) Registers a new particle effect, replacing any conflicting effects already registered under the keyvoidEffectData.runEffect(IParticleEffect effect, int ticks, int level) Starts running an effect for the target.static voidEffectManager.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)