Uses of Class
net.minecraft.scoreboard.Team
Packages that use Team
Package
Description
-
Uses of Team in net.minecraft.client.gui.hud.spectator
Fields in net.minecraft.client.gui.hud.spectator declared as TeamModifier and TypeFieldDescriptionprivate final TeamTeamTeleportSpectatorMenu.TeleportToSpecificTeamCommand.teamConstructors in net.minecraft.client.gui.hud.spectator with parameters of type Team -
Uses of Team in net.minecraft.client.network
Methods in net.minecraft.client.network that return Team -
Uses of Team in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type TeamModifierConstructorDescriptionTeamS2CPacket(Team team, int mode) TeamS2CPacket(Team team, Collection<String> collection, int mode) -
Uses of Team in net.minecraft.scoreboard
Fields 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 TypeMethodDescriptionprotected voidScoreboardState.deserializeTeamPlayers(Team team, NbtList nbtList) 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 that return TeamModifier and TypeMethodDescriptionprotected TeamScoreboardCommand.method_5304(String string, MinecraftServer minecraftServer)