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, Supplier<SkinTextures> skinTexturesSupplier) 
- 
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.entityMethods in net.minecraft.entity that return TeamModifier and TypeMethodDescriptionEntity.getScoreboardTeam()Returns the scoreboard team the entity belongs to, ornullif there is none.
- 
Uses of Team in net.minecraft.entity.conversionFields in net.minecraft.entity.conversion declared as TeamModifier and TypeFieldDescriptionEntityConversionContext.teamThe field for theteamrecord component.Methods in net.minecraft.entity.conversion that return TeamModifier and TypeMethodDescriptionEntityConversionContext.team()Returns the value of theteamrecord component.Constructors in net.minecraft.entity.conversion with parameters of type TeamModifierConstructorDescriptionEntityConversionContext(EntityConversionType entityConversionType, boolean bool, boolean bool2, @Nullable Team team) 
- 
Uses of Team in net.minecraft.entity.passiveMethods in net.minecraft.entity.passive that return TeamModifier and TypeMethodDescriptionTameableEntity.getScoreboardTeam()Returns the scoreboard team the entity belongs to, ornullif there is none.
- 
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 TeamModifier and TypeFieldDescriptionprivate final Object2ObjectMap<String, Team> Scoreboard.teamsprivate final Object2ObjectMap<String, Team> Scoreboard.teamsByScoreHolderMethods 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.addScoreHolderToTeam(String scoreHolderName, Team team) booleanServerScoreboard.addScoreHolderToTeam(String scoreHolderName, Team team) private voidScoreboardState.readTeamPlayersNbt(Team team, NbtList nbt) voidScoreboard.removeScoreHolderFromTeam(String scoreHolderName, Team team) voidServerScoreboard.removeScoreHolderFromTeam(String scoreHolderName, 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<ScoreHolder> 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)