Class ParticleOrbitalEffect
java.lang.Object
io.lumine.mythic.core.skills.AbstractSkill
io.lumine.mythic.core.skills.SkillMechanic
io.lumine.mythic.core.skills.mechanics.ParticleEffect
io.lumine.mythic.core.skills.mechanics.ParticleOrbitalEffect
- All Implemented Interfaces:
ISkillMechanic,ITargetedEntitySkill,ITargetedLocationSkill,SkillHolder
public class ParticleOrbitalEffect
extends ParticleEffect
implements ITargetedEntitySkill, ITargetedLocationSkill
-
Nested Class Summary
Nested classes/interfaces inherited from class io.lumine.mythic.core.skills.AbstractSkill
AbstractSkill.DelayedSkill -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleprotected doubleprotected doubleprotected intprotected intprotected intprotected floatprotected booleanprotected booleanprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleprotected doubleFields inherited from class io.lumine.mythic.core.skills.mechanics.ParticleEffect
amount, audience, color, direction, directional, directionReversed, exactOffsets, isMob, me, mm, particle, particleData, pitch, pSpeed, setPitch, setYaw, startForwardOffset, startSideOffset, strMob, strParticle, useEyeLocation, viewDistance, vSpread, xSpread, yaw, zSpreadFields inherited from class io.lumine.mythic.core.skills.SkillMechanic
clock, config, executeAfterDeath, forceSync, line, originOverride, targetIsOriginFields inherited from class io.lumine.mythic.core.skills.AbstractSkill
chance, conditions, conditionsTarget, conditionsTrigger, cooldown, cooldowns, delay, file, healthMod, parent, power, powerSplitBetweenTargets, repeat, repeatInterval, sourceIsOrigin, target_creative, targeter, targetInterval, threadSafetyLevel, trigger, uuid -
Constructor Summary
ConstructorsConstructorDescriptionParticleOrbitalEffect(SkillExecutor manager, File file, String skill, MythicLineConfig mlc) -
Method Summary
Modifier and TypeMethodDescriptioncastAtEntity(SkillMetadata data, AbstractEntity target) castAtLocation(SkillMetadata data, AbstractLocation target) Methods inherited from class io.lumine.mythic.core.skills.mechanics.ParticleEffect
playColoredParticleEffect, playDirectionalParticleEffect, playEffect, playParticleEffectMethods inherited from class io.lumine.mythic.core.skills.SkillMechanic
execute, executeNoTargetSkill, executeSkills, executeSkills, executeTargetedEntitySkill, executeTargetedLocationSkill, getClock, getConfigLine, getInternalName, getRunAsync, getTimerInterval, getTypeName, isAsyncSafe, isUsableFromCaster, isUsableFromSkill, resetClock, setAsyncSafe, setTimerInterval, tickClock, usable, usable, usableMethods inherited from class io.lumine.mythic.core.skills.AbstractSkill
checkHealth, checkSkillTrigger, checkSkillTrigger, evaluateTargets, evaluateTargets, getCooldown, getFilePath, onCooldown, parseSkillCondition, parseSkillTargeter, parseSkillTrigger, rollChance, setCooldown, setParent, setTargetsCreativePlayers, targetsCreativePlayers, triggerCooldownMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.lumine.mythic.api.skills.ISkillMechanic
getPlugin, getTargetsCreatives, getTargetsSpectators, getThreadSafetyLevel
-
Field Details
-
radius
protected float radius -
points
protected int points -
interval
protected int interval -
iterations
protected int iterations -
velocity
protected double velocity -
rotate
protected boolean rotate -
reversed
protected boolean reversed -
xRotation
protected double xRotation -
yRotation
protected double yRotation -
zRotation
protected double zRotation -
angularVelocityX
protected double angularVelocityX -
angularVelocityY
protected double angularVelocityY -
angularVelocityZ
protected double angularVelocityZ -
xOffset
protected double xOffset -
yOffset
protected double yOffset -
zOffset
protected double zOffset
-
-
Constructor Details
-
ParticleOrbitalEffect
-
-
Method Details
-
castAtLocation
- Specified by:
castAtLocationin interfaceITargetedLocationSkill- Overrides:
castAtLocationin classParticleEffect
-
castAtEntity
- Specified by:
castAtEntityin interfaceITargetedEntitySkill- Overrides:
castAtEntityin classParticleEffect
-