Interface RegionAssociable
- All Known Subinterfaces:
LocalPlayer
- All Known Implementing Classes:
AbstractRegionOverlapAssociation,DelayedRegionOverlapAssociation,DelayedRegionOverlapAssociation,RegionOverlapAssociation
public interface RegionAssociable
An object that can have membership in a region.
-
Method Summary
Modifier and TypeMethodDescriptiongetAssociation(List<ProtectedRegion> regions)Get the highest association level for the input regions.
-
Method Details
-
getAssociation
Get the highest association level for the input regions.- Parameters:
regions- a list of regions- Returns:
- the highest membership level
-