Uses of Class
net.minecraft.scoreboard.ScoreboardObjective
Packages that use ScoreboardObjective
Package
Description
The base package for all Minecraft classes.
-
Uses of ScoreboardObjective in net.minecraft
Fields in net.minecraft with type parameters of type ScoreboardObjectiveModifier and TypeFieldDescriptionprivate final Map<ScoreboardObjective,ScoreboardPlayerScore> class_9012.field_47529Methods in net.minecraft that return types with arguments of type ScoreboardObjectiveModifier and TypeMethodDescriptionclass_9012.method_55394()(package private) Map<ScoreboardObjective,ScoreboardPlayerScore> class_9012.method_55396()Methods in net.minecraft with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionclass_9012.method_55389(ScoreboardObjective scoreboardObjective) (package private) voidclass_9012.method_55390(ScoreboardObjective scoreboardObjective, ScoreboardPlayerScore scoreboardPlayerScore) class_9012.method_55391(ScoreboardObjective scoreboardObjective, Consumer<ScoreboardPlayerScore> consumer) booleanclass_9012.method_55395(ScoreboardObjective scoreboardObjective) -
Uses of ScoreboardObjective in net.minecraft.client.gui.hud
Methods in net.minecraft.client.gui.hud with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionvoidPlayerListHud.render(DrawContext context, int scaledWindowWidth, Scoreboard scoreboard, @Nullable ScoreboardObjective objective) private voidPlayerListHud.renderScoreboardObjective(ScoreboardObjective objective, int y, PlayerListHud.class_9018 class_9018, int left, int right, UUID uuid, DrawContext context) private voidInGameHud.renderScoreboardSidebar(DrawContext context, ScoreboardObjective objective) -
Uses of ScoreboardObjective in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return ScoreboardObjectiveModifier and TypeMethodDescriptionstatic ScoreboardObjectiveScoreboardObjectiveArgumentType.getObjective(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static ScoreboardObjectiveScoreboardObjectiveArgumentType.getWritableObjective(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of ScoreboardObjective in net.minecraft.network.packet.s2c.play
Constructors in net.minecraft.network.packet.s2c.play with parameters of type ScoreboardObjectiveModifierConstructorDescriptionScoreboardDisplayS2CPacket(ScoreboardDisplaySlot slot, @Nullable ScoreboardObjective objective) ScoreboardObjectiveUpdateS2CPacket(ScoreboardObjective objective, int mode) -
Uses of ScoreboardObjective in net.minecraft.scoreboard
Fields 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<ScoreboardDisplaySlot,ScoreboardObjective> Scoreboard.objectiveSlotsMethods in net.minecraft.scoreboard that return ScoreboardObjectiveModifier and TypeMethodDescriptionScoreboard.addObjective(String name, ScoreboardCriterion criterion, Text displayName, ScoreboardCriterion.RenderType renderType, boolean bool, @Nullable class_9022 class_9022) Scoreboard.getNullableObjective(@Nullable String name) Scoreboard.getObjectiveForSlot(ScoreboardDisplaySlot slot) Methods in net.minecraft.scoreboard that return types with arguments of type ScoreboardObjectiveModifier and TypeMethodDescriptionScoreboard.getObjectives()Scoreboard.getPlayerObjectives(class_9015 class_9015) Methods in net.minecraft.scoreboard with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionvoidServerScoreboard.addScoreboardObjective(ScoreboardObjective objective) ServerScoreboard.createChangePackets(ScoreboardObjective objective) ServerScoreboard.createRemovePackets(ScoreboardObjective objective) Scoreboard.getAllPlayerScores(ScoreboardObjective objective) Scoreboard.getPlayerScore(class_9015 class_9015, ScoreboardObjective objective) intServerScoreboard.getSlot(ScoreboardObjective objective) protected voidScoreboard.method_55337(class_9015 class_9015, ScoreboardObjective scoreboardObjective) protected voidServerScoreboard.method_55337(class_9015 class_9015, ScoreboardObjective scoreboardObjective) Scoreboard.method_55425(class_9015 class_9015, ScoreboardObjective scoreboardObjective, boolean bool) Scoreboard.method_55430(class_9015 class_9015, ScoreboardObjective scoreboardObjective) voidScoreboard.removeObjective(ScoreboardObjective objective) voidServerScoreboard.removeScoreboardObjective(ScoreboardObjective objective) voidScoreboard.resetPlayerScore(class_9015 class_9015, ScoreboardObjective scoreboardObjective) voidScoreboard.setObjectiveSlot(ScoreboardDisplaySlot slot, @Nullable ScoreboardObjective objective) voidServerScoreboard.setObjectiveSlot(ScoreboardDisplaySlot slot, @Nullable ScoreboardObjective objective) voidScoreboard.updateExistingObjective(ScoreboardObjective objective) voidServerScoreboard.updateExistingObjective(ScoreboardObjective objective) voidScoreboard.updateObjective(ScoreboardObjective objective) voidServerScoreboard.updateObjective(ScoreboardObjective objective) voidScoreboard.updatePlayerScore(class_9015 class_9015, ScoreboardObjective objective) voidServerScoreboard.updatePlayerScore(class_9015 class_9015, ScoreboardObjective objective) voidScoreboard.updateRemovedObjective(ScoreboardObjective objective) voidServerScoreboard.updateRemovedObjective(ScoreboardObjective objective) protected voidScoreboard.updateScore(class_9015 score, ScoreboardObjective scoreboardObjective, ScoreboardPlayerScore scoreboardPlayerScore) protected voidServerScoreboard.updateScore(class_9015 score, ScoreboardObjective scoreboardObjective, ScoreboardPlayerScore scoreboardPlayerScore) -
Uses of ScoreboardObjective in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type ScoreboardObjectiveModifier and TypeMethodDescriptionprivate static intScoreboardCommand.executeAdd(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static intTriggerCommand.executeAdd(ServerCommandSource source, ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective, int int2) private static intScoreboardCommand.executeEnable(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) private static intScoreboardCommand.executeGet(ServerCommandSource source, class_9015 class_9015, ScoreboardObjective objective) private static intScoreboardCommand.executeModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName) private static intScoreboardCommand.executeModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type) private static intScoreboardCommand.executeOperation(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<class_9015> sources, ScoreboardObjective sourceObjectives) private static intScoreboardCommand.executeRemove(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static intScoreboardCommand.executeRemoveObjective(ServerCommandSource source, ScoreboardObjective objective) private static intScoreboardCommand.executeReset(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) private static intScoreboardCommand.executeSet(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static intTriggerCommand.executeSet(ServerCommandSource source, ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective, int int2) private static intScoreboardCommand.executeSetDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot, ScoreboardObjective objective) private static intTriggerCommand.executeSimple(ServerCommandSource source, ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective) private static ServerCommandSourceExecuteCommand.executeStoreScore(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, boolean requestResult) private static class_9014TriggerCommand.getScore(Scoreboard scoreboard, class_9015 class_9015, ScoreboardObjective scoreboardObjective) private static intScoreboardCommand.method_55347(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022) private static intScoreboardCommand.method_55348(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, boolean bool) private static intScoreboardCommand.method_55349(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable Text text) private static intScoreboardCommand.method_55350(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022)