Uses of Class
net.minecraft.scoreboard.Scoreboard
-
Packages that use Scoreboard Package Description net.minecraft.client.gui.overlay net.minecraft.client.world net.minecraft.entity.player net.minecraft.loot.conditions net.minecraft.scoreboard net.minecraft.world -
-
Uses of Scoreboard in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type Scoreboard Modifier and Type Method Description voidPlayerTabOverlayGui. 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 Scoreboard Modifier and Type Field Description private ScoreboardClientWorld. scoreboardMethods in net.minecraft.client.world that return Scoreboard Modifier and Type Method Description ScoreboardClientWorld. getScoreboard()Methods in net.minecraft.client.world with parameters of type Scoreboard Modifier and Type Method Description voidClientWorld. setScoreboard(Scoreboard p_96443_1_) -
Uses of Scoreboard in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return Scoreboard Modifier and Type Method Description ScoreboardPlayerEntity. getScoreboard() -
Uses of Scoreboard in net.minecraft.loot.conditions
Methods in net.minecraft.loot.conditions with parameters of type Scoreboard Modifier and Type Method Description protected booleanEntityHasScore. hasScore(Entity p_186631_1_, Scoreboard p_186631_2_, java.lang.String p_186631_3_, RandomValueRange p_186631_4_) -
Uses of Scoreboard in net.minecraft.scoreboard
Subclasses of Scoreboard in net.minecraft.scoreboard Modifier and Type Class Description classServerScoreboardFields in net.minecraft.scoreboard declared as Scoreboard Modifier and Type Field Description private ScoreboardScore. scoreboardprivate ScoreboardScoreboardSaveData. scoreboardprivate ScoreboardScoreObjective. scoreboardprivate ScoreboardScorePlayerTeam. scoreboardMethods in net.minecraft.scoreboard that return Scoreboard Modifier and Type Method Description ScoreboardScore. getScoreboard()ScoreboardScoreObjective. getScoreboard()Methods in net.minecraft.scoreboard with parameters of type Scoreboard Modifier and Type Method Description voidScoreboardSaveData. setScoreboard(Scoreboard p_96499_1_)Constructors in net.minecraft.scoreboard with parameters of type Scoreboard Constructor Description Score(Scoreboard p_i2309_1_, ScoreObjective p_i2309_2_, java.lang.String p_i2309_3_)ScoreObjective(Scoreboard p_i49788_1_, java.lang.String p_i49788_2_, ScoreCriteria p_i49788_3_, ITextComponent p_i49788_4_, ScoreCriteria.RenderType p_i49788_5_)ScorePlayerTeam(Scoreboard p_i2308_1_, java.lang.String p_i2308_2_) -
Uses of Scoreboard in net.minecraft.world
Methods in net.minecraft.world that return Scoreboard Modifier and Type Method Description abstract ScoreboardWorld. getScoreboard()
-