Uses of Class
org.geysermc.geyser.scoreboard.Team
-
Uses of Team in org.geysermc.geyser.entity.type.player
Modifier and TypeMethodDescriptionvoid
PlayerEntity.updateDisplayName(Team team, boolean useGivenTeam)
-
Uses of Team in org.geysermc.geyser.scoreboard
Modifier and TypeMethodDescriptionScore.getTeam()
Score.ScoreData.getTeam()
Scoreboard.getTeamFor(String entity)
Scoreboard.registerNewTeam(String teamName, String[] players)
Team.setColor(com.github.steveice10.mc.protocol.data.game.scoreboard.TeamColor color)
Team.setNameTagVisibility(com.github.steveice10.mc.protocol.data.game.scoreboard.NameTagVisibility nameTagVisibility)
Team.setUpdateType(UpdateType updateType)
Modifier and TypeMethodDescriptionvoid
Scoreboard.updateEntityNames(Team team, boolean teamChange)
Updates the display names of all entities in a given team.void
Scoreboard.updateEntityNames(Team team, Set<String> names, boolean teamChange)
Updates the display name of a set of entities within a given team.