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 void
EffectManager.clear
(EffectTarget target) Clears effects for a given targetstatic EffectInstance
EffectManager.getEffect
(EffectTarget target, String key) Fetches an active effect for a given targetstatic EffectData
EffectManager.getEffectData
(EffectTarget target) Gets the effect data for the given targetstatic void
EffectManager.runEffect
(IParticleEffect effect, EffectTarget target, int ticks, int level) Starts running an effect for a target.void
EffectImage.start
(EffectTarget target, String key, int ticks, int level) Plays a particle effect, grabbing values from the settings datavoid
EffectPlayer.start
(EffectTarget target, String key, int ticks, int level) Plays a particle effect, grabbing values from the settings datavoid
EffectPlayer.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 TypeClassDescriptionclass
Causes an effect to follow the target entityclass
A fixed location to play an effectclass
Tracks 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