Uses of Class
net.minecraft.scoreboard.ScoreObjective
Packages that use ScoreObjective
Package
Description
-
Uses of ScoreObjective in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type ScoreObjectiveModifier and TypeMethodDescriptionprotected voidIngameGui.displayScoreboardSidebar(MatrixStack p_238447_1_, ScoreObjective p_238447_2_) -
Uses of ScoreObjective in net.minecraft.client.gui.overlay
Methods in net.minecraft.client.gui.overlay with parameters of type ScoreObjectiveModifier and TypeMethodDescriptionvoidPlayerTabOverlayGui.render(MatrixStack p_238523_1_, int p_238523_2_, Scoreboard p_238523_3_, ScoreObjective p_238523_4_) private voidPlayerTabOverlayGui.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
Methods in net.minecraft.command.arguments that return ScoreObjectiveModifier and TypeMethodDescriptionstatic ScoreObjectiveObjectiveArgument.getObjective(com.mojang.brigadier.context.CommandContext<CommandSource> p_197158_0_, String p_197158_1_) static ScoreObjectiveObjectiveArgument.getWritableObjective(com.mojang.brigadier.context.CommandContext<CommandSource> p_197156_0_, String p_197156_1_) -
Uses of ScoreObjective in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type ScoreObjectiveModifier and TypeMethodDescriptionprivate static intScoreboardCommand.addScore(CommandSource p_198633_0_, Collection<String> p_198633_1_, ScoreObjective p_198633_2_, int p_198633_3_) private static intScoreboardCommand.enableTrigger(CommandSource p_198644_0_, Collection<String> p_198644_1_, ScoreObjective p_198644_2_) private static intScoreboardCommand.getScore(CommandSource p_198634_0_, String p_198634_1_, ScoreObjective p_198634_2_) private static ScoreTriggerCommand.getScore(ServerPlayerEntity p_198848_0_, ScoreObjective p_198848_1_) private static intScoreboardCommand.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 intScoreboardCommand.removeObjective(CommandSource p_198637_0_, ScoreObjective p_198637_1_) private static intScoreboardCommand.removeScore(CommandSource p_198651_0_, Collection<String> p_198651_1_, ScoreObjective p_198651_2_, int p_198651_3_) private static intScoreboardCommand.resetScore(CommandSource p_198656_0_, Collection<String> p_198656_1_, ScoreObjective p_198656_2_) private static intScoreboardCommand.setDisplayName(CommandSource p_211749_0_, ScoreObjective p_211749_1_, ITextComponent p_211749_2_) private static intScoreboardCommand.setDisplaySlot(CommandSource p_198659_0_, int p_198659_1_, ScoreObjective p_198659_2_) private static intScoreboardCommand.setRenderType(CommandSource p_211910_0_, ScoreObjective p_211910_1_, ScoreCriteria.RenderType p_211910_2_) private static intScoreboardCommand.setScore(CommandSource p_198653_0_, Collection<String> p_198653_1_, ScoreObjective p_198653_2_, int p_198653_3_) private static CommandSourceExecuteCommand.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
Constructors in net.minecraft.network.play.server with parameters of type ScoreObjectiveModifierConstructorDescriptionSDisplayObjectivePacket(int p_i46918_1_, ScoreObjective p_i46918_2_) SScoreboardObjectivePacket(ScoreObjective p_i46910_1_, int p_i46910_2_) -
Uses of ScoreObjective in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as ScoreObjectiveModifier and TypeFieldDescriptionprivate final ScoreObjective[]Scoreboard.displayObjectivesprivate final ScoreObjectiveScore.objectiveFields in net.minecraft.scoreboard with type parameters of type ScoreObjectiveModifier and TypeFieldDescriptionprivate final Map<ScoreCriteria,List<ScoreObjective>> Scoreboard.objectivesByCriteriaprivate final Map<String,ScoreObjective> Scoreboard.objectivesByNameprivate final Map<String,Map<ScoreObjective, Score>> Scoreboard.playerScoresprivate final Set<ScoreObjective>ServerScoreboard.trackedObjectivesMethods in net.minecraft.scoreboard that return ScoreObjectiveModifier 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_) Methods in net.minecraft.scoreboard that return types with arguments of type ScoreObjectiveModifier and TypeMethodDescriptionScoreboard.getObjectives()Scoreboard.getPlayerScores(String p_96510_1_) Methods in net.minecraft.scoreboard with parameters of type ScoreObjectiveModifier and TypeMethodDescriptionintServerScoreboard.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_) booleanScoreboard.hasPlayerScore(String p_178819_1_, ScoreObjective p_178819_2_) voidScoreboard.onObjectiveAdded(ScoreObjective p_96522_1_) voidServerScoreboard.onObjectiveAdded(ScoreObjective p_96522_1_) voidScoreboard.onObjectiveChanged(ScoreObjective p_199869_1_) voidServerScoreboard.onObjectiveChanged(ScoreObjective p_199869_1_) voidScoreboard.onObjectiveRemoved(ScoreObjective p_96533_1_) voidServerScoreboard.onObjectiveRemoved(ScoreObjective p_96533_1_) voidScoreboard.onPlayerScoreRemoved(String p_178820_1_, ScoreObjective p_178820_2_) voidServerScoreboard.onPlayerScoreRemoved(String p_178820_1_, ScoreObjective p_178820_2_) voidScoreboard.removeObjective(ScoreObjective p_96519_1_) voidScoreboard.resetPlayerScore(String p_178822_1_, ScoreObjective p_178822_2_) voidScoreboard.setDisplayObjective(int p_96530_1_, ScoreObjective p_96530_2_) voidServerScoreboard.setDisplayObjective(int p_96530_1_, ScoreObjective p_96530_2_) voidServerScoreboard.startTrackingObjective(ScoreObjective p_96549_1_) voidServerScoreboard.stopTrackingObjective(ScoreObjective p_96546_1_) Constructors in net.minecraft.scoreboard with parameters of type ScoreObjectiveModifierConstructorDescriptionScore(Scoreboard p_i2309_1_, ScoreObjective p_i2309_2_, String p_i2309_3_)