Uses of Interface
com.sucy.skill.api.particle.target.EffectTarget
Packages that use EffectTarget
Package
Description
-
Uses of EffectTarget in com.sucy.skill.api.particle
Methods in com.sucy.skill.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(ParticleEffect effect, EffectTarget target, int ticks, int level) Starts running an effect for a target.voidEffectPlayer.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 com.sucy.skill.api.particle with parameters of type EffectTargetModifierConstructorDescriptionEffectData(EffectTarget target) EffectInstance(ParticleEffect effect, EffectTarget target, int level) -
Uses of EffectTarget in com.sucy.skill.api.particle.target
Classes in com.sucy.skill.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 com.sucy.skill.api.projectile
Constructors in com.sucy.skill.api.projectile with parameters of type EffectTargetModifierConstructorDescriptionHomingProjectile(CustomProjectile baseProjectile, EffectTarget target, double angle) -
Uses of EffectTarget in com.sucy.skill.dynamic
Constructors in com.sucy.skill.dynamic with parameters of type EffectTarget