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 void
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 Scoreboard Modifier and Type Field Description private Scoreboard
ClientWorld. scoreboard
Methods in net.minecraft.client.world that return Scoreboard Modifier and Type Method Description Scoreboard
ClientWorld. getScoreboard()
Methods in net.minecraft.client.world with parameters of type Scoreboard Modifier and Type Method Description void
ClientWorld. 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 Scoreboard
PlayerEntity. 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 boolean
EntityHasScore. 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 class
ServerScoreboard
Fields in net.minecraft.scoreboard declared as Scoreboard Modifier and Type Field Description private Scoreboard
Score. scoreboard
private Scoreboard
ScoreboardSaveData. scoreboard
private Scoreboard
ScoreObjective. scoreboard
private Scoreboard
ScorePlayerTeam. scoreboard
Methods in net.minecraft.scoreboard that return Scoreboard Modifier and Type Method Description Scoreboard
Score. getScoreboard()
Scoreboard
ScoreObjective. getScoreboard()
Methods in net.minecraft.scoreboard with parameters of type Scoreboard Modifier and Type Method Description void
ScoreboardSaveData. 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 Scoreboard
World. getScoreboard()
-