public class Worldguard
extends java.lang.Object
Constructor and Description |
---|
Worldguard() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkForRegionsInChunk(org.bukkit.Chunk chunk) |
static boolean |
checkForRegionsInChunk(FLocation floc) |
static boolean |
checkForRegionsInChunk(org.bukkit.Location loc) |
static void |
init(org.bukkit.plugin.Plugin plugin) |
static boolean |
isEnabled() |
static boolean |
isPVP(org.bukkit.entity.Player player) |
static boolean |
playerCanBuild(org.bukkit.entity.Player player,
org.bukkit.Location loc) |
public static void init(org.bukkit.plugin.Plugin plugin)
public static boolean isEnabled()
public static boolean isPVP(org.bukkit.entity.Player player)
public static boolean playerCanBuild(org.bukkit.entity.Player player, org.bukkit.Location loc)
public static boolean checkForRegionsInChunk(FLocation floc)
public static boolean checkForRegionsInChunk(org.bukkit.Location loc)
public static boolean checkForRegionsInChunk(org.bukkit.Chunk chunk)