Class GroupingConflict
java.lang.Object
org.mvplugins.multiverse.inventories.profile.group.GroupingConflict
A data class to hold information about any conflicts between world groups.
-
Constructor Summary
ConstructorsConstructorDescriptionGroupingConflict
(WorldGroup groupOne, WorldGroup groupTwo, Shares conflictingShares) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Method Details
-
getFirstGroup
- Returns:
- The first group in the conflict.
-
getSecondGroup
- Returns:
- The second group in the conflict.
-
getConflictingWorlds
- Returns:
- The worlds the two groups share.
-
getWorldsString
- Returns:
- The worlds the two groups share as a single string.
-