Class CylinderPreview


public class CylinderPreview extends RoundPreview
  • Constructor Details

    • CylinderPreview

      public CylinderPreview(double radius, double height)
      Parameters:
      radius - radius of the circle
  • Method Details

    • playParticles

      public void playParticles(org.bukkit.entity.Player player, ParticleSettings particle, org.bukkit.Location location, int step)
      Creates the packets for the indicator, adding them to the list
      Specified by:
      playParticles in class Preview
      Parameters:
      particle - particle type to use
      step - animation step
    • getRadius

      public double getRadius()
      Specified by:
      getRadius in class RoundPreview
    • getHeight

      public double getHeight()