Class CircleUtils


  • public final class CircleUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.HashSet<org.bukkit.Location> makeCircle​(org.bukkit.Location loc, java.lang.Integer r, java.lang.Integer h, java.lang.Boolean hollow, java.lang.Boolean sphere, int plus_y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • makeCircle

        public static java.util.HashSet<org.bukkit.Location> makeCircle​(org.bukkit.Location loc,
                                                                        java.lang.Integer r,
                                                                        java.lang.Integer h,
                                                                        java.lang.Boolean hollow,
                                                                        java.lang.Boolean sphere,
                                                                        int plus_y)