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
ScoreboardPlayerScore.scoreboard
private final Scoreboard
ScoreboardState.scoreboard
private final Scoreboard
Team.scoreboard
Modifier and TypeMethodDescriptionScoreboardObjective.getScoreboard()
ScoreboardPlayerScore.getScoreboard()
Team.getScoreboard()
ModifierConstructorDescriptionScoreboardObjective
(Scoreboard scoreboard, String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType) ScoreboardPlayerScore
(Scoreboard scoreboard, ScoreboardObjective objective, String playerName) ScoreboardState
(Scoreboard scoreboard) Team
(Scoreboard scoreboard, String name) -
Uses of Scoreboard in net.minecraft.world