Package net.minecraft.server.command
Class ScoreboardCommand
java.lang.Object
net.minecraft.server.command.ScoreboardCommand
- Mappings:
Namespace Name official akpintermediary net/minecraft/class_3115named net/minecraft/server/command/ScoreboardCommand
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteAdd(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static intexecuteAddObjective(ServerCommandSource source, String objective, ScoreboardCriterion criteria, Text displayName) private static intexecuteClearDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot) private static intexecuteEnable(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) private static intexecuteGet(ServerCommandSource source, class_9015 class_9015, ScoreboardObjective objective) private static intprivate static intprivate static intexecuteListScores(ServerCommandSource source, class_9015 class_9015) private static intexecuteModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName) private static intexecuteModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type) private static intexecuteOperation(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<class_9015> sources, ScoreboardObjective sourceObjectives) private static intexecuteRemove(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static intexecuteRemoveObjective(ServerCommandSource source, ScoreboardObjective objective) private static intexecuteReset(ServerCommandSource source, Collection<class_9015> targets) private static intexecuteReset(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) private static intexecuteSet(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) private static intexecuteSetDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot, ScoreboardObjective objective) private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> method_55345(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, ScoreboardCommand.class_9008 class_9008) private static intmethod_55347(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022) private static intmethod_55348(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, boolean bool) private static intmethod_55349(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable Text text) private static intmethod_55350(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable class_9022 class_9022) private static Textmethod_55352(Collection<class_9015> collection) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>suggestDisabled(ServerCommandSource source, Collection<class_9015> targets, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
-
Field Details
-
OBJECTIVES_ADD_DUPLICATE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OBJECTIVES_ADD_DUPLICATE_EXCEPTION- Mappings:
Namespace Name Mixin selector official aLakp;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13712Lnet/minecraft/class_3115;field_13712:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named OBJECTIVES_ADD_DUPLICATE_EXCEPTIONLnet/minecraft/server/command/ScoreboardCommand;OBJECTIVES_ADD_DUPLICATE_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
OBJECTIVES_DISPLAY_ALREADY_EMPTY_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OBJECTIVES_DISPLAY_ALREADY_EMPTY_EXCEPTION- Mappings:
Namespace Name Mixin selector official bLakp;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13715Lnet/minecraft/class_3115;field_13715:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named OBJECTIVES_DISPLAY_ALREADY_EMPTY_EXCEPTIONLnet/minecraft/server/command/ScoreboardCommand;OBJECTIVES_DISPLAY_ALREADY_EMPTY_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
OBJECTIVES_DISPLAY_ALREADY_SET_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType OBJECTIVES_DISPLAY_ALREADY_SET_EXCEPTION- Mappings:
Namespace Name Mixin selector official cLakp;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13713Lnet/minecraft/class_3115;field_13713:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named OBJECTIVES_DISPLAY_ALREADY_SET_EXCEPTIONLnet/minecraft/server/command/ScoreboardCommand;OBJECTIVES_DISPLAY_ALREADY_SET_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
PLAYERS_ENABLE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType PLAYERS_ENABLE_FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official dLakp;d:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13714Lnet/minecraft/class_3115;field_13714:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named PLAYERS_ENABLE_FAILED_EXCEPTIONLnet/minecraft/server/command/ScoreboardCommand;PLAYERS_ENABLE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
PLAYERS_ENABLE_INVALID_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType PLAYERS_ENABLE_INVALID_EXCEPTION- Mappings:
Namespace Name Mixin selector official eLakp;e:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13710Lnet/minecraft/class_3115;field_13710:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named PLAYERS_ENABLE_INVALID_EXCEPTIONLnet/minecraft/server/command/ScoreboardCommand;PLAYERS_ENABLE_INVALID_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
PLAYERS_GET_NULL_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType PLAYERS_GET_NULL_EXCEPTION- Mappings:
Namespace Name Mixin selector official fLakp;f:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_13711Lnet/minecraft/class_3115;field_13711:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named PLAYERS_GET_NULL_EXCEPTIONLnet/minecraft/server/command/ScoreboardCommand;PLAYERS_GET_NULL_EXCEPTION:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
-
Constructor Details
-
ScoreboardCommand
public ScoreboardCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official aLakp;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13595Lnet/minecraft/class_3115;method_13595(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/ScoreboardCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
method_55345
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource,?> method_55345(com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, ScoreboardCommand.class_9008 class_9008) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lcom/mojang/brigadier/builder/ArgumentBuilder;Lakp$a;)Lcom/mojang/brigadier/builder/ArgumentBuilder;intermediary method_55345Lnet/minecraft/class_3115;method_55345(Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/class_3115$class_9008;)Lcom/mojang/brigadier/builder/ArgumentBuilder;named method_55345Lnet/minecraft/server/command/ScoreboardCommand;method_55345(Lcom/mojang/brigadier/builder/ArgumentBuilder;Lnet/minecraft/server/command/ScoreboardCommand$class_9008;)Lcom/mojang/brigadier/builder/ArgumentBuilder;
-
makeRenderTypeArguments
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> makeRenderTypeArguments()- Mappings:
Namespace Name Mixin selector official aLakp;a()Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;intermediary method_13606Lnet/minecraft/class_3115;method_13606()Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;named makeRenderTypeArgumentsLnet/minecraft/server/command/ScoreboardCommand;makeRenderTypeArguments()Lcom/mojang/brigadier/builder/LiteralArgumentBuilder;
-
suggestDisabled
private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> suggestDisabled(ServerCommandSource source, Collection<class_9015> targets, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;intermediary method_13613Lnet/minecraft/class_3115;method_13613(Lnet/minecraft/class_2168;Ljava/util/Collection;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;named suggestDisabledLnet/minecraft/server/command/ScoreboardCommand;suggestDisabled(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lcom/mojang/brigadier/suggestion/SuggestionsBuilder;)Ljava/util/concurrent/CompletableFuture;
-
executeGet
private static int executeGet(ServerCommandSource source, class_9015 class_9015, ScoreboardObjective objective) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemp;Lemi;)Iintermediary method_13607Lnet/minecraft/class_3115;method_13607(Lnet/minecraft/class_2168;Lnet/minecraft/class_9015;Lnet/minecraft/class_266;)Inamed executeGetLnet/minecraft/server/command/ScoreboardCommand;executeGet(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/class_9015;Lnet/minecraft/scoreboard/ScoreboardObjective;)I
-
method_55352
- Mappings:
Namespace Name Mixin selector official aLakp;a(Ljava/util/Collection;)Lvd;intermediary method_55352Lnet/minecraft/class_3115;method_55352(Ljava/util/Collection;)Lnet/minecraft/class_2561;named method_55352Lnet/minecraft/server/command/ScoreboardCommand;method_55352(Ljava/util/Collection;)Lnet/minecraft/text/Text;
-
executeOperation
private static int executeOperation(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective targetObjective, OperationArgumentType.Operation operation, Collection<class_9015> sources, ScoreboardObjective sourceObjectives) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;Lemi;Leo$a;Ljava/util/Collection;Lemi;)Iintermediary method_13584Lnet/minecraft/class_3115;method_13584(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;Lnet/minecraft/class_2218$class_2219;Ljava/util/Collection;Lnet/minecraft/class_266;)Inamed executeOperationLnet/minecraft/server/command/ScoreboardCommand;executeOperation(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;Lnet/minecraft/command/argument/OperationArgumentType$Operation;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;)I
-
executeEnable
private static int executeEnable(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;Lemi;)Iintermediary method_13609Lnet/minecraft/class_3115;method_13609(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;)Inamed executeEnableLnet/minecraft/server/command/ScoreboardCommand;executeEnable(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;)I
-
executeReset
- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;)Iintermediary method_13575Lnet/minecraft/class_3115;method_13575(Lnet/minecraft/class_2168;Ljava/util/Collection;)Inamed executeResetLnet/minecraft/server/command/ScoreboardCommand;executeReset(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
-
executeReset
private static int executeReset(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective) - Mappings:
Namespace Name Mixin selector official bLakp;b(Lds;Ljava/util/Collection;Lemi;)Iintermediary method_13586Lnet/minecraft/class_3115;method_13586(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;)Inamed executeResetLnet/minecraft/server/command/ScoreboardCommand;executeReset(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;)I
-
executeSet
private static int executeSet(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;Lemi;I)Iintermediary method_13604Lnet/minecraft/class_3115;method_13604(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;I)Inamed executeSetLnet/minecraft/server/command/ScoreboardCommand;executeSet(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;I)I
-
method_55349
private static int method_55349(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable @Nullable Text text) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;Lemi;Lvd;)Iintermediary method_55349Lnet/minecraft/class_3115;method_55349(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;Lnet/minecraft/class_2561;)Inamed method_55349Lnet/minecraft/server/command/ScoreboardCommand;method_55349(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;Lnet/minecraft/text/Text;)I
-
method_55350
private static int method_55350(ServerCommandSource serverCommandSource, Collection<class_9015> collection, ScoreboardObjective scoreboardObjective, @Nullable @Nullable class_9022 class_9022) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/util/Collection;Lemi;Lwt;)Iintermediary method_55350Lnet/minecraft/class_3115;method_55350(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;Lnet/minecraft/class_9022;)Inamed method_55350Lnet/minecraft/server/command/ScoreboardCommand;method_55350(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;Lnet/minecraft/class_9022;)I
-
executeAdd
private static int executeAdd(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) - Mappings:
Namespace Name Mixin selector official bLakp;b(Lds;Ljava/util/Collection;Lemi;I)Iintermediary method_13578Lnet/minecraft/class_3115;method_13578(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;I)Inamed executeAddLnet/minecraft/server/command/ScoreboardCommand;executeAdd(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;I)I
-
executeRemove
private static int executeRemove(ServerCommandSource source, Collection<class_9015> targets, ScoreboardObjective objective, int score) - Mappings:
Namespace Name Mixin selector official cLakp;c(Lds;Ljava/util/Collection;Lemi;I)Iintermediary method_13600Lnet/minecraft/class_3115;method_13600(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_266;I)Inamed executeRemoveLnet/minecraft/server/command/ScoreboardCommand;executeRemove(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/scoreboard/ScoreboardObjective;I)I
-
executeListPlayers
- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;)Iintermediary method_13589Lnet/minecraft/class_3115;method_13589(Lnet/minecraft/class_2168;)Inamed executeListPlayersLnet/minecraft/server/command/ScoreboardCommand;executeListPlayers(Lnet/minecraft/server/command/ServerCommandSource;)I
-
executeListScores
- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemp;)Iintermediary method_13614Lnet/minecraft/class_3115;method_13614(Lnet/minecraft/class_2168;Lnet/minecraft/class_9015;)Inamed executeListScoresLnet/minecraft/server/command/ScoreboardCommand;executeListScores(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/class_9015;)I
-
executeClearDisplay
private static int executeClearDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemh;)Iintermediary method_13592Lnet/minecraft/class_3115;method_13592(Lnet/minecraft/class_2168;Lnet/minecraft/class_8646;)Inamed executeClearDisplayLnet/minecraft/server/command/ScoreboardCommand;executeClearDisplay(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardDisplaySlot;)I
-
executeSetDisplay
private static int executeSetDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot, ScoreboardObjective objective) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemh;Lemi;)Iintermediary method_13596Lnet/minecraft/class_3115;method_13596(Lnet/minecraft/class_2168;Lnet/minecraft/class_8646;Lnet/minecraft/class_266;)Inamed executeSetDisplayLnet/minecraft/server/command/ScoreboardCommand;executeSetDisplay(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardDisplaySlot;Lnet/minecraft/scoreboard/ScoreboardObjective;)I
-
executeModifyObjective
private static int executeModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemi;Lvd;)Iintermediary method_13576Lnet/minecraft/class_3115;method_13576(Lnet/minecraft/class_2168;Lnet/minecraft/class_266;Lnet/minecraft/class_2561;)Inamed executeModifyObjectiveLnet/minecraft/server/command/ScoreboardCommand;executeModifyObjective(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardObjective;Lnet/minecraft/text/Text;)I
-
method_55348
private static int method_55348(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, boolean bool) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemi;Z)Iintermediary method_55348Lnet/minecraft/class_3115;method_55348(Lnet/minecraft/class_2168;Lnet/minecraft/class_266;Z)Inamed method_55348Lnet/minecraft/server/command/ScoreboardCommand;method_55348(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardObjective;Z)I
-
method_55347
private static int method_55347(ServerCommandSource serverCommandSource, ScoreboardObjective scoreboardObjective, @Nullable @Nullable class_9022 class_9022) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemi;Lwt;)Iintermediary method_55347Lnet/minecraft/class_3115;method_55347(Lnet/minecraft/class_2168;Lnet/minecraft/class_266;Lnet/minecraft/class_9022;)Inamed method_55347Lnet/minecraft/server/command/ScoreboardCommand;method_55347(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardObjective;Lnet/minecraft/class_9022;)I
-
executeModifyRenderType
private static int executeModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion.RenderType type) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemi;Lemt$a;)Iintermediary method_13581Lnet/minecraft/class_3115;method_13581(Lnet/minecraft/class_2168;Lnet/minecraft/class_266;Lnet/minecraft/class_274$class_275;)Inamed executeModifyRenderTypeLnet/minecraft/server/command/ScoreboardCommand;executeModifyRenderType(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardObjective;Lnet/minecraft/scoreboard/ScoreboardCriterion$RenderType;)I
-
executeRemoveObjective
private static int executeRemoveObjective(ServerCommandSource source, ScoreboardObjective objective) - Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Lemi;)Iintermediary method_13602Lnet/minecraft/class_3115;method_13602(Lnet/minecraft/class_2168;Lnet/minecraft/class_266;)Inamed executeRemoveObjectiveLnet/minecraft/server/command/ScoreboardCommand;executeRemoveObjective(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/scoreboard/ScoreboardObjective;)I
-
executeAddObjective
private static int executeAddObjective(ServerCommandSource source, String objective, ScoreboardCriterion criteria, Text displayName) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLakp;a(Lds;Ljava/lang/String;Lemt;Lvd;)Iintermediary method_13611Lnet/minecraft/class_3115;method_13611(Lnet/minecraft/class_2168;Ljava/lang/String;Lnet/minecraft/class_274;Lnet/minecraft/class_2561;)Inamed executeAddObjectiveLnet/minecraft/server/command/ScoreboardCommand;executeAddObjective(Lnet/minecraft/server/command/ServerCommandSource;Ljava/lang/String;Lnet/minecraft/scoreboard/ScoreboardCriterion;Lnet/minecraft/text/Text;)I
-
executeListObjectives
- Mappings:
Namespace Name Mixin selector official bLakp;b(Lds;)Iintermediary method_13597Lnet/minecraft/class_3115;method_13597(Lnet/minecraft/class_2168;)Inamed executeListObjectivesLnet/minecraft/server/command/ScoreboardCommand;executeListObjectives(Lnet/minecraft/server/command/ServerCommandSource;)I
-