Uses of Class
net.minecraft.scoreboard.Team
Packages that use Team
Package
Description
- 
Uses of Team in net.minecraft.client.gui.hud.spectatorFields in net.minecraft.client.gui.hud.spectator declared as TeamModifier and TypeFieldDescriptionprivate final TeamTeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.teamMethods in net.minecraft.client.gui.hud.spectator with parameters of type TeamModifier and TypeMethodDescriptionstatic Optional<SpectatorMenuCommand>TeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.create(MinecraftClient client, Team team) Constructors in net.minecraft.client.gui.hud.spectator with parameters of type TeamModifierConstructorDescriptionprivateTeleportToSpecificTeamCommand(Team team, List<PlayerListEntry> scoreboardEntries, Identifier skinId) 
- 
Uses of Team in net.minecraft.client.networkMethods in net.minecraft.client.network that return Team
- 
Uses of Team in net.minecraft.command.argumentMethods in net.minecraft.command.argument that return TeamModifier and TypeMethodDescriptionstatic TeamTeamArgumentType.getTeam(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) 
- 
Uses of Team in net.minecraft.network.packet.s2c.playMethods in net.minecraft.network.packet.s2c.play with parameters of type TeamModifier and TypeMethodDescriptionstatic 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
- 
Uses of Team in net.minecraft.scoreboardFields in net.minecraft.scoreboard with type parameters of type TeamMethods in net.minecraft.scoreboard that return TeamMethods in net.minecraft.scoreboard that return types with arguments of type TeamMethods in net.minecraft.scoreboard with parameters of type TeamModifier and TypeMethodDescriptionbooleanScoreboard.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.commandMethods in net.minecraft.server.command with parameters of type TeamModifier and TypeMethodDescriptionprivate static voidTeamMsgCommand.execute(ServerCommandSource source, Entity entity, Team team, List<ServerPlayerEntity> recipients, SignedMessage message) 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)