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 voidPlayerListHud. 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 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 scoreboard) -
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.condition
Methods in net.minecraft.loot.condition with parameters of type Scoreboard Modifier and Type Method Description protected booleanEntityScoresLootCondition. 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 classServerScoreboardFields in net.minecraft.scoreboard declared as Scoreboard Modifier and Type Field Description private ScoreboardScoreboardObjective. scoreboardprivate ScoreboardScoreboardPlayerScore. scoreboardprivate ScoreboardScoreboardState. scoreboardprivate ScoreboardTeam. scoreboardMethods in net.minecraft.scoreboard that return Scoreboard Modifier and Type Method Description ScoreboardScoreboardObjective. getScoreboard()ScoreboardScoreboardPlayerScore. getScoreboard()ScoreboardTeam. 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 ScoreboardWorld. getScoreboard()