Uses of Class
net.minecraft.scoreboard.Team
-
Uses of Team in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator declared as Team Modifier and Type Field Description private TeamTeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand. teamConstructors in net.minecraft.client.gui.hud.spectator with parameters of type Team Constructor Description TeleportToSpecificTeamCommand(Team team) -
Uses of Team in net.minecraft.client.network
Methods in net.minecraft.client.network that return Team Modifier and Type Method Description @Nullable TeamPlayerListEntry. getScoreboardTeam() -
Uses of Team in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return Team Modifier and Type Method Description static TeamTeamArgumentType. getTeam(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of Team in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type Team Modifier and Type Method Description static TeamS2CPacketTeamS2CPacket. changePlayerTeam(Team team, String playerName, TeamS2CPacket.Operation operation)static TeamS2CPacketTeamS2CPacket. updateRemovedTeam(Team team)static TeamS2CPacketTeamS2CPacket. updateTeam(Team team, boolean updatePlayers)Constructors in net.minecraft.network.packet.s2c.play with parameters of type Team Constructor Description SerializableTeam(Team team) -
Uses of Team in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard with type parameters of type Team Modifier and Type Field Description private Map<String,Team>Scoreboard. teamsprivate Map<String,Team>Scoreboard. teamsByPlayerMethods in net.minecraft.scoreboard that return Team Modifier and Type Method Description TeamScoreboard. addTeam(String name)@Nullable TeamScoreboard. getPlayerTeam(String playerName)TeamScoreboard. getTeam(String name)Methods in net.minecraft.scoreboard that return types with arguments of type Team Modifier and Type Method Description Collection<Team>Scoreboard. getTeams()Methods in net.minecraft.scoreboard with parameters of type Team Modifier and Type Method Description booleanScoreboard. addPlayerToTeam(String playerName, Team team)booleanServerScoreboard. addPlayerToTeam(String playerName, Team team)private voidScoreboardState. readTeamPlayersNbt(Team team, NbtList nbt)voidScoreboard. removePlayerFromTeam(String playerName, Team team)voidServerScoreboard. removePlayerFromTeam(String playerName, Team team)voidScoreboard. removeTeam(Team team)voidScoreboard. updateRemovedTeam(Team team)voidServerScoreboard. updateRemovedTeam(Team team)voidScoreboard. updateScoreboardTeam(Team team)voidServerScoreboard. updateScoreboardTeam(Team team)voidScoreboard. updateScoreboardTeamAndPlayers(Team team)voidServerScoreboard. updateScoreboardTeamAndPlayers(Team team) -
Uses of Team in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type Team Modifier and Type Method Description private static intTeamCommand. executeEmpty(ServerCommandSource source, Team team)private static intTeamCommand. executeJoin(ServerCommandSource source, Team team, Collection<String> members)private static intTeamCommand. executeListMembers(ServerCommandSource source, Team team)private static intTeamCommand. executeModifyCollisionRule(ServerCommandSource source, Team team, AbstractTeam.CollisionRule collisionRule)private static intTeamCommand. executeModifyColor(ServerCommandSource source, Team team, Formatting color)private static intTeamCommand. executeModifyDeathMessageVisibility(ServerCommandSource source, Team team, AbstractTeam.VisibilityRule visibility)private static intTeamCommand. executeModifyDisplayName(ServerCommandSource source, Team team, Text displayName)private static intTeamCommand. executeModifyFriendlyFire(ServerCommandSource source, Team team, boolean allowed)private static intTeamCommand. executeModifyNametagVisibility(ServerCommandSource source, Team team, AbstractTeam.VisibilityRule visibility)private static intTeamCommand. executeModifyPrefix(ServerCommandSource source, Team team, Text prefix)private static intTeamCommand. executeModifySeeFriendlyInvisibles(ServerCommandSource source, Team team, boolean allowed)private static intTeamCommand. executeModifySuffix(ServerCommandSource source, Team team, Text suffix)private static intTeamCommand. executeRemove(ServerCommandSource source, Team team)