Uses of Class
fr.luc.crcore.team.Team
Packages that use Team
Package
Description
-
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) Crée une équipe sans chef, visibilité PRIVATE.TeamService.createTeam(String name, String tag, TeamColor color, TeamVisibility visibility) Crée une équipe sans chef avec la visibilité spécifiée.TeamService.createTeam(String name, String tag, TeamColor color, UUID leaderId) Crée une équipe avec chef, visibilité PRIVATE.TeamService.createTeam(String name, String tag, TeamColor color, UUID leaderId, TeamVisibility visibility) Crée une équipe.TeamRanking.team()Methods in fr.luc.crcore.team that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamRepository.findByMember(UUID playerId) TeamRepository.findByName(String name) TeamService.getAllTeams()TeamService.getTeamByName(String name) TeamService.getTeamByTag(String tag) TeamService.getTeamOfPlayer(UUID playerId) Constructors in fr.luc.crcore.team with parameters of type Team -
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) -
Uses of Team in fr.luc.crcore.team.impl
Methods in fr.luc.crcore.team.impl that return TeamModifier and TypeMethodDescriptionTeamServiceImpl.createTeam(String name, String tag, TeamColor color) TeamServiceImpl.createTeam(String name, String tag, TeamColor color, 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) Methods in fr.luc.crcore.team.impl that return types with arguments of type TeamModifier and TypeMethodDescriptionInMemoryTeamRepository.findAll()InMemoryTeamRepository.findByMember(UUID playerId) InMemoryTeamRepository.findByName(String name) TeamServiceImpl.getAllTeams()TeamServiceImpl.getTeamByName(String name) TeamServiceImpl.getTeamByTag(String tag) TeamServiceImpl.getTeamOfPlayer(UUID playerId) Methods in fr.luc.crcore.team.impl 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.impl with type arguments of type TeamModifier and TypeMethodDescriptionprotected List<TeamRanking> TeamServiceImpl.rank(ToIntFunction<Team> scoreFn)