Class CuboidEffect

java.lang.Object
de.slikey.effectlib.Effect
de.slikey.effectlib.effect.CuboidEffect
All Implemented Interfaces:
Runnable

public class CuboidEffect extends Effect
  • Field Details

    • particles

      public int particles
      Particles in each row
    • xLength

      public double xLength
      Length of x component of cuboid
    • yLength

      public double yLength
      Length of y component of cuboid
    • zLength

      public double zLength
      Length of z component of cuboid
    • padding

      public double padding
      Amount of padding to add around the cube
    • blockSnap

      public boolean blockSnap
      Use corners of blocks
    • minCorner

      protected org.bukkit.Location minCorner
      State variables
    • initialized

      protected boolean initialized
  • Constructor Details

    • CuboidEffect

      public CuboidEffect(EffectManager effectManager)
  • Method Details