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 TypeMethodDescriptionvoidPlayerTabOverlay.render(PoseStack p_94545_, int p_94546_, Scoreboard p_94547_, Objective p_94548_) -
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 booleanEntityHasScoreCondition.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 ScoreboardObjective.scoreboardprivate final ScoreboardPlayerTeam.scoreboardprivate final ScoreboardScore.scoreboardprivate final ScoreboardScoreboardSaveData.scoreboardMethods 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