Uses of Class
dev.espi.protectionstones.PSMergedRegion
-
Uses of PSMergedRegion in dev.espi.protectionstones
Modifier and TypeMethodDescriptionstatic PSMergedRegion
PSMergedRegion.getMergedRegion(org.bukkit.Location l)
Finds thePSMergedRegion
at a location if the block at that location is the source protection block for it.PSGroupRegion.getRootRegion()
Get the merged region whose ID is the same as the group region ID.Modifier and TypeMethodDescriptionPSGroupRegion.getMergedRegions()
Get the list ofPSMergedRegion
objects of the regions that were merged into this region.PSGroupRegion.getMergedRegionsUnsafe()
Get the list ofPSMergedRegion
objects of the regions that were merged into this region. -
Uses of PSMergedRegion in dev.espi.protectionstones.utils
Modifier and TypeMethodDescriptionstatic void
WGMerge.unmergeRegion(org.bukkit.World w, com.sk89q.worldguard.protection.managers.RegionManager rm, PSMergedRegion toUnmerge)