Uses of Class
net.minecraft.scoreboard.Scoreboard
Packages that use Scoreboard
Package
Description
-
Uses of Scoreboard in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type ScoreboardModifier and TypeMethodDescriptionvoid
PlayerTabOverlayGui.render
(MatrixStack p_238523_1_, int p_238523_2_, Scoreboard p_238523_3_, ScoreObjective p_238523_4_) -
Uses of Scoreboard in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ScoreboardMethods in net.minecraft.client.world that return ScoreboardMethods in net.minecraft.client.world with parameters of type 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.conditions
Methods in net.minecraft.loot.conditions with parameters of type ScoreboardModifier and TypeMethodDescriptionprotected boolean
EntityHasScore.hasScore
(Entity p_186631_1_, Scoreboard p_186631_2_, String p_186631_3_, RandomValueRange p_186631_4_) -
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
Score.scoreboard
private Scoreboard
ScoreboardSaveData.scoreboard
private final Scoreboard
ScoreObjective.scoreboard
private final Scoreboard
ScorePlayerTeam.scoreboard
Methods in net.minecraft.scoreboard that return ScoreboardMethods in net.minecraft.scoreboard with parameters of type ScoreboardConstructors in net.minecraft.scoreboard with parameters of type ScoreboardModifierConstructorDescriptionScore
(Scoreboard p_i2309_1_, ScoreObjective p_i2309_2_, String p_i2309_3_) ScoreObjective
(Scoreboard p_i49788_1_, String p_i49788_2_, ScoreCriteria p_i49788_3_, ITextComponent p_i49788_4_, ScoreCriteria.RenderType p_i49788_5_) ScorePlayerTeam
(Scoreboard p_i2308_1_, String p_i2308_2_) -
Uses of Scoreboard in net.minecraft.world
Methods in net.minecraft.world that return Scoreboard