Uses of Class
net.minecraft.scoreboard.ScoreboardObjective
Packages that use ScoreboardObjective
Package
Description
-
Uses of ScoreboardObjective in net.minecraft
Methods in net.minecraft that return ScoreboardObjectiveModifier and TypeMethodDescriptionstatic ScoreboardObjectiveclass_4151.method_18522(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) static ScoreboardObjectiveclass_4151.method_18524(com.mojang.brigadier.context.CommandContext<class_3915> commandContext, String string) Methods in net.minecraft with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionprivate static class_3915class_4419.method_20686(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective, boolean bool) -
Uses of ScoreboardObjective in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionprivate voidInGameHud.method_18361(ScoreboardObjective scoreboardObjective) voidPlayerListHud.render(int width, Scoreboard scoreboard, ScoreboardObjective playerListScoreboardObjective) private voidPlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int int2, String player, int int3, int int4, PlayerListEntry playerEntry) -
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) -
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<GenericScoreboardCriteria,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_18113(String string, GenericScoreboardCriteria genericScoreboardCriteria, Text text, GenericScoreboardCriteria.class_4104 class_4104) Scoreboard.method_18117(String string) Methods in net.minecraft.scoreboard that return types with arguments of type ScoreboardObjectiveModifier and TypeMethodDescriptionScoreboard.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 with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionprivate static intScoreboardCommand.method_20949(class_3915 class_3915, int int2, ScoreboardObjective scoreboardObjective) private static intScoreboardCommand.method_20950(class_3915 class_3915, ScoreboardObjective scoreboardObjective) private static intScoreboardCommand.method_20951(class_3915 class_3915, ScoreboardObjective scoreboardObjective, GenericScoreboardCriteria.class_4104 class_4104) private static intScoreboardCommand.method_20952(class_3915 class_3915, ScoreboardObjective scoreboardObjective, Text text) private static intScoreboardCommand.method_20954(class_3915 class_3915, String string, ScoreboardObjective scoreboardObjective) private static intScoreboardCommand.method_20957(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective) private static intScoreboardCommand.method_20958(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective, int int2) private static intScoreboardCommand.method_20959(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective, class_4164.class_4165 class_4165, Collection<String> collection2, ScoreboardObjective scoreboardObjective2) private static intScoreboardCommand.method_20967(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective) private static intScoreboardCommand.method_20968(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective, int int2) private static intScoreboardCommand.method_20971(class_3915 class_3915, Collection<String> collection, ScoreboardObjective scoreboardObjective, int int2) private static ScoreboardPlayerScoreTriggerCommand.method_21154(ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective)