Uses of Class
net.minecraft.scoreboard.Scoreboard
Package
Description
-
Uses of Scoreboard in net.minecraft.client.gui.hud
Modifier and TypeMethodDescriptionvoid
PlayerListHud.render
(DrawContext context, int scaledWindowWidth, Scoreboard scoreboard, @Nullable ScoreboardObjective objective) -
Uses of Scoreboard in net.minecraft.client.gui.hud.spectator
Modifier and TypeMethodDescriptionprivate static List<SpectatorMenuCommand>
TeamTeleportSpectatorMenu.getCommands
(MinecraftClient client, Scoreboard scoreboard) -
Uses of Scoreboard in net.minecraft.client.world
-
Uses of Scoreboard in net.minecraft.entity.player
-
Uses of Scoreboard in net.minecraft.loot.condition
Modifier and TypeMethodDescriptionprotected boolean
EntityScoresLootCondition.entityScoreIsInRange
(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range) -
Uses of Scoreboard in net.minecraft.scoreboard
Modifier and TypeFieldDescriptionprivate final Scoreboard
ScoreboardObjective.scoreboard
private final Scoreboard
ScoreboardState.scoreboard
private final Scoreboard
Team.scoreboard
ModifierConstructorDescriptionScoreboardObjective
(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.command
Modifier and TypeMethodDescriptionprivate static ScoreAccess
TriggerCommand.getScore
(Scoreboard scoreboard, ScoreHolder scoreHolder, ScoreboardObjective objective) -
Uses of Scoreboard in net.minecraft.world