public class WGMerge extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WGMerge.RegionCannotMergeWhileRentedException |
static class |
WGMerge.RegionHoleException |
| Constructor and Description |
|---|
WGMerge() |
| Modifier and Type | Method and Description |
|---|---|
static void |
findOverlappingRegionGroups(List<com.sk89q.worldguard.protection.regions.ProtectedRegion> regions,
HashMap<String,String> idToGroup,
HashMap<String,ArrayList<String>> groupToIDs) |
static PSRegion |
mergeRealRegions(org.bukkit.World w,
com.sk89q.worldguard.protection.managers.RegionManager rm,
PSRegion root,
List<PSRegion> merge) |
static PSRegion |
mergeRegions(String newID,
org.bukkit.World w,
com.sk89q.worldguard.protection.managers.RegionManager rm,
PSRegion root,
List<PSRegion> merge) |
static void |
unmergeRegion(org.bukkit.World w,
com.sk89q.worldguard.protection.managers.RegionManager rm,
PSMergedRegion toUnmerge) |
public static void findOverlappingRegionGroups(List<com.sk89q.worldguard.protection.regions.ProtectedRegion> regions, HashMap<String,String> idToGroup, HashMap<String,ArrayList<String>> groupToIDs)
public static void unmergeRegion(org.bukkit.World w,
com.sk89q.worldguard.protection.managers.RegionManager rm,
PSMergedRegion toUnmerge)
throws WGMerge.RegionHoleException,
WGMerge.RegionCannotMergeWhileRentedException
public static PSRegion mergeRealRegions(org.bukkit.World w, com.sk89q.worldguard.protection.managers.RegionManager rm, PSRegion root, List<PSRegion> merge) throws WGMerge.RegionHoleException, WGMerge.RegionCannotMergeWhileRentedException
public static PSRegion mergeRegions(String newID, org.bukkit.World w, com.sk89q.worldguard.protection.managers.RegionManager rm, PSRegion root, List<PSRegion> merge) throws WGMerge.RegionHoleException, WGMerge.RegionCannotMergeWhileRentedException
Copyright © 2021. All rights reserved.