Uses of Enum
fr.luc.crcore.team.TeamRole
Packages that use TeamRole
-
Uses of TeamRole in fr.luc.crcore.team
Subclasses with type arguments of type TeamRole in fr.luc.crcore.teamMethods in fr.luc.crcore.team that return TeamRoleModifier and TypeMethodDescriptionTeamMember.getRole()static TeamRoleReturns the enum constant of this type with the specified name.static TeamRole[]TeamRole.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 TeamRoleModifier and TypeMethodDescriptionprotected TeamMemberOverride to instantiate a custom TeamMember subclass.Constructors in fr.luc.crcore.team with parameters of type TeamRoleModifierConstructorDescriptionTeamMember(UUID playerId, TeamRole role) TeamMember(UUID playerId, TeamRole role, Instant joinedAt)