Uses of Enum
fr.luc.crcore.team.TeamColor
Packages that use TeamColor
-
Uses of TeamColor in fr.luc.crcore.team
Subclasses with type arguments of type TeamColor in fr.luc.crcore.teamMethods in fr.luc.crcore.team that return TeamColorModifier and TypeMethodDescriptionTeam.getColor()static TeamColorReturns the enum constant of this type with the specified name.static TeamColor[]TeamColor.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.luc.crcore.team with parameters of type TeamColorModifier and TypeMethodDescriptionTeamService.createTeam(String name, String tag, TeamColor color, UUID leaderId) TeamService.createTeam(String name, String tag, TeamColor color, UUID leaderId, TeamVisibility visibility) TeamServiceImpl.createTeam(String name, String tag, TeamColor color, UUID leaderId) TeamServiceImpl.createTeam(String name, String tag, TeamColor color, UUID leaderId, TeamVisibility visibility) protected TeamTeamServiceImpl.newTeam(UUID id, String name, String tag, TeamColor color, UUID leaderId, TeamVisibility visibility) Constructors in fr.luc.crcore.team with parameters of type TeamColor