Class WorldGuardHelperLatest
java.lang.Object
br.net.fabiozumbi12.RedProtect.Bukkit.helpers.WorldGuardHelperLatest
- All Implemented Interfaces:
WorldGuardHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.sk89q.worldguard.protection.managers.RegionManager>org.bukkit.LocationgetMaximumPoint(com.sk89q.worldguard.protection.regions.ProtectedRegion region, org.bukkit.World world) org.bukkit.LocationgetMinimumPoint(com.sk89q.worldguard.protection.regions.ProtectedRegion region, org.bukkit.World world)
-
Constructor Details
-
WorldGuardHelperLatest
public WorldGuardHelperLatest()
-
-
Method Details
-
getWorldGuardMajorVersion
- Specified by:
getWorldGuardMajorVersionin interfaceWorldGuardHelper
-
getLoaded
- Specified by:
getLoadedin interfaceWorldGuardHelper
-
getMinimumPoint
public org.bukkit.Location getMinimumPoint(com.sk89q.worldguard.protection.regions.ProtectedRegion region, org.bukkit.World world) - Specified by:
getMinimumPointin interfaceWorldGuardHelper
-
getMaximumPoint
public org.bukkit.Location getMaximumPoint(com.sk89q.worldguard.protection.regions.ProtectedRegion region, org.bukkit.World world) - Specified by:
getMaximumPointin interfaceWorldGuardHelper
-