Class ParticleOrbitalEffect

All Implemented Interfaces:
ISkillMechanic, ITargetedEntitySkill, ITargetedLocationSkill, SkillHolder

public class ParticleOrbitalEffect extends ParticleEffect implements ITargetedEntitySkill, ITargetedLocationSkill
  • 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

  • Method Details