public class SeasonalSurvivalUtils
extends java.lang.Object
SeasonalSurvivalManager| Constructor and Description |
|---|
SeasonalSurvivalUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createSpawnCircle(org.bukkit.World world,
org.bukkit.Location location)
Creates a circular spawn area in the given world.
|
static boolean |
deleteWorld(java.io.File file)
Deletes a world from the server.
|
static void |
placeEnderChest(org.bukkit.block.Block block,
org.bukkit.block.BlockFace blockFace)
Places an ender chest at the given block.
|
public static void createSpawnCircle(org.bukkit.World world,
org.bukkit.Location location)
world - The world to create the spawn circle in.location - The location to create the spawn circle at.public static void placeEnderChest(org.bukkit.block.Block block,
org.bukkit.block.BlockFace blockFace)
block - The block that should be an ender chest.blockFace - The direction the chest should be facing.createSpawnCircle(World, Location)public static boolean deleteWorld(java.io.File file)
file - The world folder.