Package ru.cwcode.cwutils.worldguard
Class WorldGuardUtils
java.lang.Object
ru.cwcode.cwutils.worldguard.WorldGuardUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @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, String world) static booleanisInRegion(org.bukkit.Location location, String region, org.bukkit.World world)
-
Constructor Details
-
WorldGuardUtils
public WorldGuardUtils()
-
-
Method Details
-
getRegionsAt
public static Set<com.sk89q.worldguard.protection.regions.ProtectedRegion> getRegionsAt(org.bukkit.Location location) -
isInRegion
-
isInRegion
public static boolean isInRegion(org.bukkit.Location location, String region, org.bukkit.World world) -
getRegion
-
getRegion
@Nullable public static @Nullable com.sk89q.worldguard.protection.regions.ProtectedRegion getRegion(String region, org.bukkit.World world)
-