Uses of Class
net.minecraft.scoreboard.Scoreboard
Packages that use Scoreboard
Package
Description
- 
Uses of Scoreboard in net.minecraft.client.gui.overlayMethods in net.minecraft.client.gui.overlay with parameters of type ScoreboardModifier and TypeMethodDescriptionvoidPlayerTabOverlayGui.render(MatrixStack p_238523_1_, int p_238523_2_, Scoreboard p_238523_3_, ScoreObjective p_238523_4_) 
- 
Uses of Scoreboard in net.minecraft.client.worldFields 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.playerMethods in net.minecraft.entity.player that return Scoreboard
- 
Uses of Scoreboard in net.minecraft.loot.conditionsMethods in net.minecraft.loot.conditions with parameters of type ScoreboardModifier and TypeMethodDescriptionprotected booleanEntityHasScore.hasScore(Entity p_186631_1_, Scoreboard p_186631_2_, String p_186631_3_, RandomValueRange p_186631_4_) 
- 
Uses of Scoreboard in net.minecraft.scoreboardSubclasses of Scoreboard in net.minecraft.scoreboardFields in net.minecraft.scoreboard declared as ScoreboardModifier and TypeFieldDescriptionprivate final ScoreboardScore.scoreboardprivate ScoreboardScoreboardSaveData.scoreboardprivate final ScoreboardScoreObjective.scoreboardprivate final ScoreboardScorePlayerTeam.scoreboardMethods 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.worldMethods in net.minecraft.world that return Scoreboard