Package com.booksaw.betterTeams.team
Class UuidSetComponent
- All Implemented Interfaces:
TeamComponent<Set<UUID>>
- Direct Known Subclasses:
AllyRequestComponent,AllySetComponent,AnchoredPlayerUUIDSetComponent,BanSetComponent
-
Field Summary
Fields inherited from class com.booksaw.betterTeams.team.SetTeamComponent
set -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.booksaw.betterTeams.team.SetTeamComponent
add, clear, contains, get, getClone, getConvertedList, getSectionHeading, isEmpty, load, remove, set, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.booksaw.betterTeams.team.TeamComponent
load, save
-
Constructor Details
-
UuidSetComponent
public UuidSetComponent()
-
-
Method Details
-
fromString
Description copied from class:SetTeamComponentUsed to convert a string into the correct component for this type- Specified by:
fromStringin classSetTeamComponent<UUID>- Parameters:
str- The string to convert- Returns:
- The value to be added to the list
-
toString
Description copied from class:SetTeamComponentUsed to convert a component of the list to a string for saving- Specified by:
toStringin classSetTeamComponent<UUID>- Parameters:
component- The component to convert- Returns:
- The converted component
-