Uses of Class
net.minecraft.scoreboard.Scoreboard
Packages that use Scoreboard
Package
Description
- 
Uses of Scoreboard in net.minecraft.client.gui.hudMethods in net.minecraft.client.gui.hud with parameters of type ScoreboardModifier and TypeMethodDescriptionvoidPlayerListHud.render(DrawContext context, int scaledWindowWidth, Scoreboard scoreboard, @Nullable ScoreboardObjective objective) 
- 
Uses of Scoreboard in net.minecraft.client.gui.hud.spectatorMethods in net.minecraft.client.gui.hud.spectator with parameters of type ScoreboardModifier and TypeMethodDescriptionprivate static List<SpectatorMenuCommand> TeamTeleportSpectatorMenu.getCommands(MinecraftClient client, Scoreboard scoreboard) 
- 
Uses of Scoreboard in net.minecraft.client.networkFields in net.minecraft.client.network declared as ScoreboardMethods in net.minecraft.client.network that return Scoreboard
- 
Uses of Scoreboard in net.minecraft.client.worldMethods in net.minecraft.client.world that return Scoreboard
- 
Uses of Scoreboard in net.minecraft.entity.playerMethods in net.minecraft.entity.player that return Scoreboard
- 
Uses of Scoreboard in net.minecraft.loot.conditionMethods in net.minecraft.loot.condition with parameters of type ScoreboardModifier and TypeMethodDescriptionprotected booleanEntityScoresLootCondition.entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range) 
- 
Uses of Scoreboard in net.minecraft.scoreboardSubclasses of Scoreboard in net.minecraft.scoreboardFields in net.minecraft.scoreboard declared as ScoreboardModifier and TypeFieldDescriptionprivate final ScoreboardScoreboardObjective.scoreboardprivate final ScoreboardScoreboardState.scoreboardprivate final ScoreboardTeam.scoreboardMethods in net.minecraft.scoreboard that return ScoreboardConstructors in net.minecraft.scoreboard with parameters of type ScoreboardModifierConstructorDescriptionScoreboardObjective(Scoreboard scoreboard, String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType, boolean displayAutoUpdate, @Nullable NumberFormat numberFormat) ScoreboardState(Scoreboard scoreboard) Team(Scoreboard scoreboard, String name) 
- 
Uses of Scoreboard in net.minecraft.server.commandMethods in net.minecraft.server.command with parameters of type ScoreboardModifier and TypeMethodDescriptionprivate static ScoreAccessTriggerCommand.getScore(Scoreboard scoreboard, ScoreHolder scoreHolder, ScoreboardObjective objective) 
- 
Uses of Scoreboard in net.minecraft.worldMethods in net.minecraft.world that return Scoreboard