Uses of Class
net.minecraft.scoreboard.ScoreObjective
Package
Description
-
Uses of ScoreObjective in net.minecraft.client.gui
Modifier and TypeMethodDescriptionprotected void
IngameGui.displayScoreboardSidebar
(MatrixStack p_238447_1_, ScoreObjective p_238447_2_) -
Uses of ScoreObjective in net.minecraft.client.gui.overlay
Modifier and TypeMethodDescriptionvoid
PlayerTabOverlayGui.render
(MatrixStack p_238523_1_, int p_238523_2_, Scoreboard p_238523_3_, ScoreObjective p_238523_4_) private void
PlayerTabOverlayGui.renderTablistScore
(ScoreObjective p_175247_1_, int p_175247_2_, String p_175247_3_, int p_175247_4_, int p_175247_5_, NetworkPlayerInfo p_175247_6_, MatrixStack p_175247_7_) -
Uses of ScoreObjective in net.minecraft.command.arguments
Modifier and TypeMethodDescriptionstatic ScoreObjective
ObjectiveArgument.getObjective
(com.mojang.brigadier.context.CommandContext<CommandSource> p_197158_0_, String p_197158_1_) static ScoreObjective
ObjectiveArgument.getWritableObjective
(com.mojang.brigadier.context.CommandContext<CommandSource> p_197156_0_, String p_197156_1_) -
Uses of ScoreObjective in net.minecraft.command.impl
Modifier and TypeMethodDescriptionprivate static int
ScoreboardCommand.addScore
(CommandSource p_198633_0_, Collection<String> p_198633_1_, ScoreObjective p_198633_2_, int p_198633_3_) private static int
ScoreboardCommand.enableTrigger
(CommandSource p_198644_0_, Collection<String> p_198644_1_, ScoreObjective p_198644_2_) private static int
ScoreboardCommand.getScore
(CommandSource p_198634_0_, String p_198634_1_, ScoreObjective p_198634_2_) private static Score
TriggerCommand.getScore
(ServerPlayerEntity p_198848_0_, ScoreObjective p_198848_1_) private static int
ScoreboardCommand.performOperation
(CommandSource p_198658_0_, Collection<String> p_198658_1_, ScoreObjective p_198658_2_, OperationArgument.IOperation p_198658_3_, Collection<String> p_198658_4_, ScoreObjective p_198658_5_) private static int
ScoreboardCommand.removeObjective
(CommandSource p_198637_0_, ScoreObjective p_198637_1_) private static int
ScoreboardCommand.removeScore
(CommandSource p_198651_0_, Collection<String> p_198651_1_, ScoreObjective p_198651_2_, int p_198651_3_) private static int
ScoreboardCommand.resetScore
(CommandSource p_198656_0_, Collection<String> p_198656_1_, ScoreObjective p_198656_2_) private static int
ScoreboardCommand.setDisplayName
(CommandSource p_211749_0_, ScoreObjective p_211749_1_, ITextComponent p_211749_2_) private static int
ScoreboardCommand.setDisplaySlot
(CommandSource p_198659_0_, int p_198659_1_, ScoreObjective p_198659_2_) private static int
ScoreboardCommand.setRenderType
(CommandSource p_211910_0_, ScoreObjective p_211910_1_, ScoreCriteria.RenderType p_211910_2_) private static int
ScoreboardCommand.setScore
(CommandSource p_198653_0_, Collection<String> p_198653_1_, ScoreObjective p_198653_2_, int p_198653_3_) private static CommandSource
ExecuteCommand.storeValue
(CommandSource p_209930_0_, Collection<String> p_209930_1_, ScoreObjective p_209930_2_, boolean p_209930_3_) -
Uses of ScoreObjective in net.minecraft.network.play.server
ModifierConstructorDescriptionSDisplayObjectivePacket
(int p_i46918_1_, ScoreObjective p_i46918_2_) SScoreboardObjectivePacket
(ScoreObjective p_i46910_1_, int p_i46910_2_) -
Uses of ScoreObjective in net.minecraft.scoreboard
Modifier and TypeFieldDescriptionprivate final ScoreObjective[]
Scoreboard.displayObjectives
private final ScoreObjective
Score.objective
Modifier and TypeFieldDescriptionprivate final Map<ScoreCriteria,
List<ScoreObjective>> Scoreboard.objectivesByCriteria
private final Map<String,
ScoreObjective> Scoreboard.objectivesByName
private final Map<String,
Map<ScoreObjective, Score>> Scoreboard.playerScores
private final Set<ScoreObjective>
ServerScoreboard.trackedObjectives
Modifier and TypeMethodDescriptionScoreboard.addObjective
(String p_199868_1_, ScoreCriteria p_199868_2_, ITextComponent p_199868_3_, ScoreCriteria.RenderType p_199868_4_) Scoreboard.getDisplayObjective
(int p_96539_1_) Score.getObjective()
Scoreboard.getObjective
(String p_96518_1_) Scoreboard.getOrCreateObjective
(String p_197899_1_) Modifier and TypeMethodDescriptionScoreboard.getObjectives()
Scoreboard.getPlayerScores
(String p_96510_1_) Modifier and TypeMethodDescriptionint
ServerScoreboard.getObjectiveDisplaySlotCount
(ScoreObjective p_96552_1_) Scoreboard.getOrCreatePlayerScore
(String p_96529_1_, ScoreObjective p_96529_2_) Scoreboard.getPlayerScores
(ScoreObjective p_96534_1_) ServerScoreboard.getStartTrackingPackets
(ScoreObjective p_96550_1_) ServerScoreboard.getStopTrackingPackets
(ScoreObjective p_96548_1_) boolean
Scoreboard.hasPlayerScore
(String p_178819_1_, ScoreObjective p_178819_2_) void
Scoreboard.onObjectiveAdded
(ScoreObjective p_96522_1_) void
ServerScoreboard.onObjectiveAdded
(ScoreObjective p_96522_1_) void
Scoreboard.onObjectiveChanged
(ScoreObjective p_199869_1_) void
ServerScoreboard.onObjectiveChanged
(ScoreObjective p_199869_1_) void
Scoreboard.onObjectiveRemoved
(ScoreObjective p_96533_1_) void
ServerScoreboard.onObjectiveRemoved
(ScoreObjective p_96533_1_) void
Scoreboard.onPlayerScoreRemoved
(String p_178820_1_, ScoreObjective p_178820_2_) void
ServerScoreboard.onPlayerScoreRemoved
(String p_178820_1_, ScoreObjective p_178820_2_) void
Scoreboard.removeObjective
(ScoreObjective p_96519_1_) void
Scoreboard.resetPlayerScore
(String p_178822_1_, ScoreObjective p_178822_2_) void
Scoreboard.setDisplayObjective
(int p_96530_1_, ScoreObjective p_96530_2_) void
ServerScoreboard.setDisplayObjective
(int p_96530_1_, ScoreObjective p_96530_2_) void
ServerScoreboard.startTrackingObjective
(ScoreObjective p_96549_1_) void
ServerScoreboard.stopTrackingObjective
(ScoreObjective p_96546_1_) ModifierConstructorDescriptionScore
(Scoreboard p_i2309_1_, ScoreObjective p_i2309_2_, String p_i2309_3_)