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 p_281484_, int p_283602_, Scoreboard p_282338_, Objective p_282369_) -
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 p_260258_, Scoreboard p_259249_) -
Uses of Scoreboard in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as ScoreboardMethods in net.minecraft.client.multiplayer that return ScoreboardMethods in net.minecraft.client.multiplayer with parameters of type Scoreboard -
Uses of Scoreboard in net.minecraft.server
Subclasses of Scoreboard in net.minecraft.server -
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 p_165491_, Entity p_165492_, Scoreboard p_165493_, String p_165494_, IntRange p_165495_) -
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
Score.scoreboard
private final Scoreboard
ScoreboardSaveData.scoreboard
Methods in net.minecraft.world.scores that return ScoreboardModifier and TypeMethodDescriptionObjective.getScoreboard()
PlayerTeam.getScoreboard()
Score.getScoreboard()
Constructors in net.minecraft.world.scores with parameters of type ScoreboardModifierConstructorDescriptionObjective
(Scoreboard p_83308_, String p_83309_, ObjectiveCriteria p_83310_, Component p_83311_, ObjectiveCriteria.RenderType p_83312_) PlayerTeam
(Scoreboard p_83340_, String p_83341_) Score
(Scoreboard p_83389_, Objective p_83390_, String p_83391_) ScoreboardSaveData
(Scoreboard p_166101_) -
Uses of Scoreboard in net.minecraftforge.client
Methods in net.minecraftforge.client that return ScoreboardModifier and TypeMethodDescriptionClientCommandSourceStack.getScoreboard()
Returns the scoreboard from the client side. -
Uses of Scoreboard in net.minecraftforge.common.extensions
Methods in net.minecraftforge.common.extensions that return Scoreboard