Uses of Class
fr.luc.crcore.team.Team
Packages that use Team
-
Uses of Team in fr.luc.crcore.command.builtin.team
Methods in fr.luc.crcore.command.builtin.team that return types with arguments of type TeamModifier and TypeMethodDescriptionstatic ArgumentType<Team> TeamArgumentTypes.teamByName(TeamService service) Résout un nom d'équipe enTeam(case-insensitive) en interrogeant leTeamService. -
Uses of Team in fr.luc.crcore.team
Subinterfaces with type arguments of type Team in fr.luc.crcore.teamMethods in fr.luc.crcore.team that return TeamModifier 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) protected TeamTeamServiceImpl.requireTeam(UUID teamId) TeamRanking.team()Returns the value of theteamrecord component.Methods in fr.luc.crcore.team that return types with arguments of type TeamModifier and TypeMethodDescriptionInMemoryTeamRepository.findAll()InMemoryTeamRepository.findByMember(UUID playerId) TeamRepository.findByMember(UUID playerId) InMemoryTeamRepository.findByName(String name) TeamRepository.findByName(String name) TeamService.getAllTeams()TeamServiceImpl.getAllTeams()TeamService.getTeamByName(String name) TeamServiceImpl.getTeamByName(String name) TeamService.getTeamByTag(String tag) TeamServiceImpl.getTeamByTag(String tag) TeamService.getTeamOfPlayer(UUID playerId) TeamServiceImpl.getTeamOfPlayer(UUID playerId) Methods in fr.luc.crcore.team with parameters of type TeamModifier and TypeMethodDescriptionprotected TeamRankingTeamServiceImpl.newRanking(int rank, Team team, int score) protected voidBukkitEventFiringTeamServiceImpl.onAfterCreate(Team team) protected voidTeamServiceImpl.onAfterCreate(Team team) protected voidBukkitEventFiringTeamServiceImpl.onAfterDissolve(Team team) protected voidTeamServiceImpl.onAfterDissolve(Team team) protected voidTeamServiceImpl.onBeforeDissolve(Team team) protected voidTeamServiceImpl.onBeforeSave(Team team) protected voidBukkitEventFiringTeamServiceImpl.onLeadershipTransferred(Team team, UUID oldLeaderId, UUID newLeaderId) protected voidTeamServiceImpl.onLeadershipTransferred(Team team, UUID oldLeaderId, UUID newLeaderId) protected voidBukkitEventFiringTeamServiceImpl.onMemberAdded(Team team, TeamMember member) protected voidTeamServiceImpl.onMemberAdded(Team team, TeamMember member) protected voidBukkitEventFiringTeamServiceImpl.onMemberRemoved(Team team, UUID playerId) protected voidTeamServiceImpl.onMemberRemoved(Team team, UUID playerId) protected voidBukkitEventFiringTeamServiceImpl.onPlayerJoined(Team team, TeamMember member) protected voidTeamServiceImpl.onPlayerJoined(Team team, TeamMember member) protected voidBukkitEventFiringTeamServiceImpl.onScoreChanged(Team team, String scoreName, int oldValue, int newValue) protected voidTeamServiceImpl.onScoreChanged(Team team, String scoreName, int oldValue, int newValue) protected voidBukkitEventFiringTeamServiceImpl.onSpawnPointChanged(Team team, org.bukkit.Location oldLocation, org.bukkit.Location newLocation) protected voidTeamServiceImpl.onSpawnPointChanged(Team team, org.bukkit.Location oldLocation, org.bukkit.Location newLocation) protected voidBukkitEventFiringTeamServiceImpl.onVisibilityChanged(Team team, TeamVisibility oldValue, TeamVisibility newValue) protected voidTeamServiceImpl.onVisibilityChanged(Team team, TeamVisibility oldValue, TeamVisibility newValue) protected voidTeamServiceImpl.validateJoinable(Team team, UUID playerId) Method parameters in fr.luc.crcore.team with type arguments of type TeamModifier and TypeMethodDescriptionprotected List<TeamRanking> TeamServiceImpl.rank(ToIntFunction<Team> scoreFn) Constructors in fr.luc.crcore.team with parameters of type TeamModifierConstructorDescriptionTeamRanking(int rank, Team team, int score) Creates an instance of aTeamRankingrecord class. -
Uses of Team in fr.luc.crcore.team.event
Methods in fr.luc.crcore.team.event that return TeamConstructors in fr.luc.crcore.team.event with parameters of type TeamModifierConstructorDescriptionPlayerJoinTeamEvent(Team team, TeamMember member) TeamCreateEvent(Team team) TeamDissolveEvent(Team team) protectedTeamLeadershipTransferEvent(Team team, UUID oldLeaderId, UUID newLeaderId) TeamMemberAddEvent(Team team, TeamMember member) TeamMemberRemoveEvent(Team team, UUID playerId) TeamScoreChangeEvent(Team team, String scoreName, int oldValue, int newValue) TeamSpawnPointChangeEvent(Team team, org.bukkit.Location oldLocation, org.bukkit.Location newLocation) TeamVisibilityChangeEvent(Team team, TeamVisibility oldVisibility, TeamVisibility newVisibility)