Package de.hglabor.utils.noriskutils
Class WorldEditUtils
- java.lang.Object
-
- de.hglabor.utils.noriskutils.WorldEditUtils
-
public final class WorldEditUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateCylinder(org.bukkit.World world, org.bukkit.Location startLocation, int radius, boolean filled, int height, org.bukkit.Material block)static voidpasteSchematic(org.bukkit.World world, org.bukkit.Location startLocation, java.io.File file)
-
-
-
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)
-
-