Uses of Class
net.minecraft.world.scores.Scoreboard
Package
Description
-
Uses of Scoreboard in net.minecraft.client.gui.components
Modifier 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
Modifier and TypeMethodDescriptionprivate static List<SpectatorMenuItem>
TeleportToTeamMenuCategory.createTeamEntries
(Minecraft p_260258_, Scoreboard p_259249_) -
Uses of Scoreboard in net.minecraft.client.multiplayer
-
Uses of Scoreboard in net.minecraft.server
-
Uses of Scoreboard in net.minecraft.world.entity.player
-
Uses of Scoreboard in net.minecraft.world.level
-
Uses of Scoreboard in net.minecraft.world.level.storage.loot.predicates
Modifier 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
Modifier and TypeFieldDescriptionprivate final Scoreboard
Objective.scoreboard
private final Scoreboard
PlayerTeam.scoreboard
private final Scoreboard
Score.scoreboard
private final Scoreboard
ScoreboardSaveData.scoreboard
Modifier and TypeMethodDescriptionObjective.getScoreboard()
PlayerTeam.getScoreboard()
Score.getScoreboard()
ModifierConstructorDescriptionObjective
(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
Modifier and TypeMethodDescriptionClientCommandSourceStack.getScoreboard()
Returns the scoreboard from the client side. -
Uses of Scoreboard in net.minecraftforge.common.extensions