Class WorldEditUtils


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void createCylinder​(org.bukkit.World world, org.bukkit.Location startLocation, int radius, boolean filled, int height, org.bukkit.Material block)  
      static void pasteSchematic​(org.bukkit.World world, org.bukkit.Location startLocation, java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • pasteSchematic

        public static void pasteSchematic​(org.bukkit.World world,
                                          org.bukkit.Location startLocation,
                                          java.io.File file)
      • createCylinder

        public static void createCylinder​(org.bukkit.World world,
                                          org.bukkit.Location startLocation,
                                          int radius,
                                          boolean filled,
                                          int height,
                                          org.bukkit.Material block)