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_47529
Methods 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) void
class_9012.method_55390
(ScoreboardObjective scoreboardObjective, ScoreboardPlayerScore scoreboardPlayerScore) class_9012.method_55391
(ScoreboardObjective scoreboardObjective, Consumer<ScoreboardPlayerScore> consumer) boolean
class_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 TypeMethodDescriptionvoid
PlayerListHud.render
(DrawContext context, int scaledWindowWidth, Scoreboard scoreboard, @Nullable ScoreboardObjective objective) private void
PlayerListHud.renderScoreboardObjective
(ScoreboardObjective objective, int y, PlayerListHud.class_9018 class_9018, int left, int right, UUID uuid, DrawContext context) private void
InGameHud.renderScoreboardSidebar
(DrawContext context, ScoreboardObjective objective) -
Uses of ScoreboardObjective in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return ScoreboardObjectiveModifier and TypeMethodDescriptionstatic ScoreboardObjective
ScoreboardObjectiveArgumentType.getObjective
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) static ScoreboardObjective
ScoreboardObjectiveArgumentType.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.objectives
private final Set<ScoreboardObjective>
ServerScoreboard.objectives
private final Map<ScoreboardCriterion,
List<ScoreboardObjective>> Scoreboard.objectivesByCriterion
private final Map<ScoreboardDisplaySlot,
ScoreboardObjective> Scoreboard.objectiveSlots
Methods 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 TypeMethodDescriptionvoid
ServerScoreboard.addScoreboardObjective
(ScoreboardObjective objective) ServerScoreboard.createChangePackets
(ScoreboardObjective objective) ServerScoreboard.createRemovePackets
(ScoreboardObjective objective) Scoreboard.getAllPlayerScores
(ScoreboardObjective objective) Scoreboard.getPlayerScore
(class_9015 class_9015, ScoreboardObjective objective) int
ServerScoreboard.getSlot
(ScoreboardObjective objective) protected void
Scoreboard.method_55337
(class_9015 class_9015, ScoreboardObjective scoreboardObjective) protected void
ServerScoreboard.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) void
Scoreboard.removeObjective
(ScoreboardObjective objective) void
ServerScoreboard.removeScoreboardObjective
(ScoreboardObjective objective) void
Scoreboard.resetPlayerScore
(class_9015 class_9015, ScoreboardObjective scoreboardObjective) void
Scoreboard.setObjectiveSlot
(ScoreboardDisplaySlot slot, @Nullable ScoreboardObjective objective) void
ServerScoreboard.setObjectiveSlot
(ScoreboardDisplaySlot slot, @Nullable ScoreboardObjective objective) void
Scoreboard.updateExistingObjective
(ScoreboardObjective objective) void
ServerScoreboard.updateExistingObjective
(ScoreboardObjective objective) void
Scoreboard.updateObjective
(ScoreboardObjective objective) void
ServerScoreboard.updateObjective
(ScoreboardObjective objective) void
Scoreboard.updatePlayerScore
(class_9015 class_9015, ScoreboardObjective objective) void
ServerScoreboard.updatePlayerScore
(class_9015 class_9015, ScoreboardObjective objective) void
Scoreboard.updateRemovedObjective
(ScoreboardObjective objective) void
ServerScoreboard.updateRemovedObjective
(ScoreboardObjective objective) protected void
Scoreboard.updateScore
(class_9015 score, ScoreboardObjective scoreboardObjective, ScoreboardPlayerScore scoreboardPlayerScore) protected void
ServerScoreboard.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 int
ScoreboardCommand.executeAdd
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static int
TriggerCommand.executeAdd
(ServerCommandSource source, ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective, int int2) private static int
ScoreboardCommand.executeEnable
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) private static int
ScoreboardCommand.executeGet
(ServerCommandSource source, class_9015 class_9015, ScoreboardObjective objective) private static int
ScoreboardCommand.executeModifyObjective
(ServerCommandSource source, ScoreboardObjective objective, Text displayName) private static int
ScoreboardCommand.executeModifyRenderType
(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type) private static int
ScoreboardCommand.executeOperation
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<class_9015> sources, ScoreboardObjective sourceObjectives) private static int
ScoreboardCommand.executeRemove
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static int
ScoreboardCommand.executeRemoveObjective
(ServerCommandSource source, ScoreboardObjective objective) private static int
ScoreboardCommand.executeReset
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) private static int
ScoreboardCommand.executeSet
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static int
TriggerCommand.executeSet
(ServerCommandSource source, ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective, int int2) private static int
ScoreboardCommand.executeSetDisplay
(ServerCommandSource source, ScoreboardDisplaySlot slot, ScoreboardObjective objective) private static int
TriggerCommand.executeSimple
(ServerCommandSource source, ServerPlayerEntity serverPlayerEntity, ScoreboardObjective scoreboardObjective) private static ServerCommandSource
ExecuteCommand.executeStoreScore
(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, boolean requestResult) private static class_9014
TriggerCommand.getScore
(Scoreboard scoreboard, class_9015 class_9015, ScoreboardObjective scoreboardObjective) private static int
ScoreboardCommand.method_55347
(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022) private static int
ScoreboardCommand.method_55348
(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, boolean bool) private static int
ScoreboardCommand.method_55349
(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable Text text) private static int
ScoreboardCommand.method_55350
(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022)