Uses of Class
net.minecraft.scoreboard.ScoreboardObjective
Packages that use ScoreboardObjective
Package
Description
-
Uses of ScoreboardObjective in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionvoidPlayerListHud.render(int width, Scoreboard scoreboard, ScoreboardObjective playerListScoreboardObjective) private voidInGameHud.renderScoreboardObjective(ScoreboardObjective objective, Window window) private voidPlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int int2, String player, int int3, int int4, PlayerListEntry playerEntry) -
Uses of ScoreboardObjective in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return types with arguments of type ScoreboardObjectiveModifier and TypeMethodDescriptionprivate Collection<ScoreboardObjective>PlayerEntity.method_11247(Entity entity) -
Uses of ScoreboardObjective in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type ScoreboardObjectiveModifierConstructorDescriptionScoreboardDisplayS2CPacket(int slot, ScoreboardObjective objective) ScoreboardObjectiveUpdateS2CPacket(ScoreboardObjective objective, int mode) ScoreboardPlayerUpdateS2CPacket(String playerName, ScoreboardObjective objective) -
Uses of ScoreboardObjective in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as ScoreboardObjectiveModifier and TypeFieldDescriptionprivate final ScoreboardObjectiveScoreboardPlayerScore.field_5685private final ScoreboardObjective[]Scoreboard.objectivesArrayFields in net.minecraft.scoreboard with type parameters of type ScoreboardObjectiveModifier and TypeFieldDescriptionprivate final Map<String,ScoreboardObjective> Scoreboard.objectivesprivate final Set<ScoreboardObjective>ServerScoreboard.objectivesprivate final Map<ScoreboardCriterion,List<ScoreboardObjective>> Scoreboard.objectivesByCriterionprivate final Map<String,Map<ScoreboardObjective, ScoreboardPlayerScore>> Scoreboard.playerObjectivesMethods in net.minecraft.scoreboard that return ScoreboardObjectiveModifier and TypeMethodDescriptionScoreboard.getNullableObjective(String name) ScoreboardPlayerScore.getObjective()Scoreboard.getObjectiveForSlot(int int2) Scoreboard.method_4884(String string, ScoreboardCriterion scoreboardCriterion) Methods in net.minecraft.scoreboard that return types with arguments of type ScoreboardObjectiveModifier and TypeMethodDescriptionScoreboard.getObjective(ScoreboardCriterion scoreboardCriterion) Scoreboard.getObjectives()Scoreboard.getPlayerObjectives(String string) Methods in net.minecraft.scoreboard with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionvoidServerScoreboard.addScoreboardObjective(ScoreboardObjective objective) ServerScoreboard.createChangePackets(ScoreboardObjective scoreboardObjective) Scoreboard.getAllPlayerScores(ScoreboardObjective objective) Scoreboard.getPlayerScore(String player, ScoreboardObjective objective) intServerScoreboard.getSlot(ScoreboardObjective objective) ServerScoreboard.method_5301(ScoreboardObjective scoreboardObjective) booleanScoreboard.playerHasObjective(String playerName, ScoreboardObjective objective) voidScoreboard.removeObjective(ScoreboardObjective objective) voidServerScoreboard.removeScoreboardObjective(ScoreboardObjective objective) voidScoreboard.resetPlayerScore(String playerName, ScoreboardObjective objective) voidScoreboard.setObjectiveSlot(int slot, ScoreboardObjective objective) voidServerScoreboard.setObjectiveSlot(int slot, ScoreboardObjective objective) voidScoreboard.updateExistingObjective(ScoreboardObjective objective) voidServerScoreboard.updateExistingObjective(ScoreboardObjective objective) voidScoreboard.updateObjective(ScoreboardObjective objective) voidServerScoreboard.updateObjective(ScoreboardObjective objective) voidScoreboard.updatePlayerScore(String playerName, ScoreboardObjective objective) voidServerScoreboard.updatePlayerScore(String playerName, ScoreboardObjective objective) voidScoreboard.updateRemovedObjective(ScoreboardObjective objective) voidServerScoreboard.updateRemovedObjective(ScoreboardObjective objective) Constructors in net.minecraft.scoreboard with parameters of type ScoreboardObjectiveModifierConstructorDescriptionScoreboardPlayerScore(Scoreboard scoreboard, ScoreboardObjective scoreboardObjective, String string) -
Uses of ScoreboardObjective in net.minecraft.server.command
Methods in net.minecraft.server.command that return ScoreboardObjectiveModifier and TypeMethodDescriptionprotected ScoreboardObjectiveScoreboardCommand.method_5305(String string, boolean bool)