Uses of Class
org.geysermc.connector.scoreboard.Team
Packages that use Team
-
Uses of Team in org.geysermc.connector.entity.player
Methods in org.geysermc.connector.entity.player with parameters of type TeamModifier and TypeMethodDescriptionvoidPlayerEntity.updateDisplayName(GeyserSession session, Team team, boolean useGivenTeam) -
Uses of Team in org.geysermc.connector.scoreboard
Methods in org.geysermc.connector.scoreboard that return TeamModifier and TypeMethodDescriptionScore.getTeam()Scoreboard.getTeamFor(String entity)Scoreboard.registerNewTeam(String teamName, String[] players)Team.setUpdateType(UpdateType updateType)Methods in org.geysermc.connector.scoreboard with parameters of type TeamModifier and TypeMethodDescriptionvoidScoreboard.updateEntityNames(Team team, boolean teamChange)Updates the display names of all entities in a given team.voidScoreboard.updateEntityNames(Team team, Set<String> names, boolean teamChange)Updates the display name of a set of entities within a given team.