Package ru.cwcode.cwutils.worldguard
Class WorldGuardUtils
java.lang.Object
ru.cwcode.cwutils.worldguard.WorldGuardUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.sk89q.worldguard.protection.regions.ProtectedCuboidRegioncreateRegion(org.bukkit.Location pos1, org.bukkit.Location pos2, String name) static @Nullable com.sk89q.worldguard.protection.regions.ProtectedRegionstatic @Nullable com.sk89q.worldguard.protection.regions.ProtectedRegionstatic Set<com.sk89q.worldguard.protection.regions.ProtectedRegion>getRegionsAt(org.bukkit.Location location) static booleanisInRegion(org.bukkit.Location location, String region) static booleanisInRegion(org.bukkit.Location location, String region, String world) Deprecated.static booleanisInRegion(org.bukkit.Location location, String region, org.bukkit.World world) Deprecated.static int
-
Constructor Details
-
WorldGuardUtils
public WorldGuardUtils()
-
-
Method Details
-
getRegionsAt
public static Set<com.sk89q.worldguard.protection.regions.ProtectedRegion> getRegionsAt(org.bukkit.Location location) -
isInRegion
@Deprecated public static boolean isInRegion(org.bukkit.Location location, String region, String world) Deprecated. -
isInRegion
@Deprecated public static boolean isInRegion(org.bukkit.Location location, String region, org.bukkit.World world) Deprecated. -
isInRegion
-
getRegion
-
getRegion
@Nullable public static @Nullable com.sk89q.worldguard.protection.regions.ProtectedRegion getRegion(String region, org.bukkit.World world) -
setFlags
-
createRegion
public static com.sk89q.worldguard.protection.regions.ProtectedCuboidRegion createRegion(org.bukkit.Location pos1, org.bukkit.Location pos2, String name)
-