Uses of Class
net.minecraft.scoreboard.Scoreboard
Package | Description |
---|---|
net.minecraft.client.gui.hud | |
net.minecraft.client.world | |
net.minecraft.entity.player | |
net.minecraft.loot.condition | |
net.minecraft.scoreboard | |
net.minecraft.world |
-
Uses of Scoreboard in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type Scoreboard Modifier and Type Method Description void
PlayerListHud. render(MatrixStack matrices, int int2, Scoreboard scoreboard, @Nullable ScoreboardObjective objective)
-
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 scoreboard)
-
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.condition
Methods in net.minecraft.loot.condition with parameters of type Scoreboard Modifier and Type Method Description protected boolean
EntityScoresLootCondition. entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)
-
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
ScoreboardObjective. scoreboard
private Scoreboard
ScoreboardPlayerScore. scoreboard
private Scoreboard
ScoreboardState. scoreboard
private Scoreboard
Team. scoreboard
Methods in net.minecraft.scoreboard that return Scoreboard Modifier and Type Method Description Scoreboard
ScoreboardObjective. getScoreboard()
Scoreboard
ScoreboardPlayerScore. getScoreboard()
Scoreboard
Team. getScoreboard()
Constructors in net.minecraft.scoreboard with parameters of type Scoreboard Constructor Description ScoreboardObjective(Scoreboard scoreboard, String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType)
ScoreboardPlayerScore(Scoreboard scoreboard, ScoreboardObjective objective, String playerName)
ScoreboardState(Scoreboard scoreboard)
Team(Scoreboard scoreboard, String name)
-
Uses of Scoreboard in net.minecraft.world
Methods in net.minecraft.world that return Scoreboard Modifier and Type Method Description abstract Scoreboard
World. getScoreboard()