Uses of Interface
studio.magemonkey.fabled.api.particle.target.EffectTarget
Packages that use EffectTarget
Package
Description
-
Uses of EffectTarget in studio.magemonkey.fabled.api.particle
Methods in studio.magemonkey.fabled.api.particle with parameters of type EffectTargetModifier and TypeMethodDescriptionstatic voidEffectManager.clear(EffectTarget target) Clears effects for a given targetstatic EffectInstanceEffectManager.getEffect(EffectTarget target, String key) Fetches an active effect for a given targetstatic EffectDataEffectManager.getEffectData(EffectTarget target) Gets the effect data for the given targetstatic voidEffectManager.runEffect(IParticleEffect effect, EffectTarget target, int ticks, int level) Starts running an effect for a target.voidEffectImage.start(EffectTarget target, String key, int ticks, int level) Plays a particle effect, grabbing values from the settings datavoidEffectPlayer.start(EffectTarget target, String key, int ticks, int level) Plays a particle effect, grabbing values from the settings datavoidEffectPlayer.start(EffectTarget target, String key, int ticks, int level, boolean noPrefix) Plays a particle effect, grabbing values from the settings dataConstructors in studio.magemonkey.fabled.api.particle with parameters of type EffectTargetModifierConstructorDescriptionEffectData(EffectTarget target) EffectInstance(IParticleEffect effect, EffectTarget target, int level) -
Uses of EffectTarget in studio.magemonkey.fabled.api.particle.target
Classes in studio.magemonkey.fabled.api.particle.target that implement EffectTargetModifier and TypeClassDescriptionclassCauses an effect to follow the target entityclassA fixed location to play an effectclassTracks a followable target to play an effect around -
Uses of EffectTarget in studio.magemonkey.fabled.dynamic
Constructors in studio.magemonkey.fabled.dynamic with parameters of type EffectTarget