Uses of Class
net.minecraft.scoreboard.Scoreboard
Packages that use Scoreboard
Package
Description
-
Uses of Scoreboard in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type ScoreboardModifier and TypeMethodDescriptionvoid
PlayerListHud.render
(DrawContext context, int scaledWindowWidth, Scoreboard scoreboard, @Nullable ScoreboardObjective objective) -
Uses of Scoreboard in net.minecraft.client.gui.hud.spectator
Methods 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.network
Fields in net.minecraft.client.network declared as ScoreboardMethods in net.minecraft.client.network that return Scoreboard -
Uses of Scoreboard in net.minecraft.client.world
Methods in net.minecraft.client.world that return Scoreboard -
Uses of Scoreboard in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return Scoreboard -
Uses of Scoreboard in net.minecraft.loot.condition
Methods in net.minecraft.loot.condition with parameters of type ScoreboardModifier and TypeMethodDescriptionprotected boolean
EntityScoresLootCondition.entityScoreIsInRange
(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range) -
Uses of Scoreboard in net.minecraft.scoreboard
Subclasses of Scoreboard in net.minecraft.scoreboardFields in net.minecraft.scoreboard declared as ScoreboardModifier and TypeFieldDescriptionprivate final Scoreboard
ScoreboardObjective.scoreboard
private final Scoreboard
ScoreboardState.scoreboard
private final Scoreboard
Team.scoreboard
Methods 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.command
Methods in net.minecraft.server.command with parameters of type ScoreboardModifier and TypeMethodDescriptionprivate static ScoreAccess
TriggerCommand.getScore
(Scoreboard scoreboard, ScoreHolder scoreHolder, ScoreboardObjective objective) -
Uses of Scoreboard in net.minecraft.world
Methods in net.minecraft.world that return Scoreboard