Uses of Class
net.minecraft.world.scores.Scoreboard
Packages that use Scoreboard
Package
Description
-
Uses of Scoreboard in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components with parameters of type ScoreboardModifier and TypeMethodDescriptionvoid
PlayerTabOverlay.render
(GuiGraphics pGuiGraphics, int pWidth, Scoreboard pScoreboard, Objective pObjective) -
Uses of Scoreboard in net.minecraft.client.gui.spectator.categories
Methods in net.minecraft.client.gui.spectator.categories with parameters of type ScoreboardModifier and TypeMethodDescriptionprivate static List
<SpectatorMenuItem> TeleportToTeamMenuCategory.createTeamEntries
(Minecraft pMinecraft, Scoreboard pScoreboard) -
Uses of Scoreboard in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ScoreboardMethods in net.minecraft.client.multiplayer that return Scoreboard -
Uses of Scoreboard in net.minecraft.server
Subclasses of Scoreboard in net.minecraft.server -
Uses of Scoreboard in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type ScoreboardModifier and TypeMethodDescriptionprivate static ScoreAccess
TriggerCommand.getScore
(Scoreboard pScoreboard, ScoreHolder pScoreHolder, Objective pObjective) -
Uses of Scoreboard in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player that return Scoreboard -
Uses of Scoreboard in net.minecraft.world.level
Methods in net.minecraft.world.level that return Scoreboard -
Uses of Scoreboard in net.minecraft.world.level.storage.loot.predicates
Methods in net.minecraft.world.level.storage.loot.predicates with parameters of type ScoreboardModifier and TypeMethodDescriptionprotected boolean
EntityHasScoreCondition.hasScore
(LootContext pLootContext, Entity pTargetEntity, Scoreboard pScoreboard, String pObjectiveName, IntRange pScoreRange) -
Uses of Scoreboard in net.minecraft.world.scores
Fields in net.minecraft.world.scores declared as ScoreboardModifier and TypeFieldDescriptionprivate final Scoreboard
Objective.scoreboard
private final Scoreboard
PlayerTeam.scoreboard
private final Scoreboard
ScoreboardSaveData.scoreboard
Methods in net.minecraft.world.scores that return ScoreboardConstructors in net.minecraft.world.scores with parameters of type ScoreboardModifierConstructorDescriptionObjective
(Scoreboard pScoreboard, String pName, ObjectiveCriteria pCriteria, Component pDisplayName, ObjectiveCriteria.RenderType pRenderType, boolean pDisplayAutoUpdate, NumberFormat pNumberFormat) PlayerTeam
(Scoreboard pScoreboard, String pName) ScoreboardSaveData
(Scoreboard pScoreboard) -
Uses of Scoreboard in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client that return ScoreboardModifier and TypeMethodDescriptionClientCommandSourceStack.getScoreboard()
Returns the scoreboard from the client side. -
Uses of Scoreboard in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return ScoreboardModifier and TypeMethodDescriptiondefault Scoreboard
ICommandSourceStackExtension.getScoreboard()