net.minecraft.server.command

public class ScoreboardCommand

net.minecraft.server.commands.ScoreboardCommand
net.minecraft.class_3115
net.minecraft.server.command.ScoreboardCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_OBJECTIVE_ALREADY_EXISTS
field_13712
OBJECTIVES_ADD_DUPLICATE_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_DISPLAY_SLOT_ALREADY_EMPTY
field_13715
OBJECTIVES_DISPLAY_ALREADY_EMPTY_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_DISPLAY_SLOT_ALREADY_SET
field_13713
OBJECTIVES_DISPLAY_ALREADY_SET_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_TRIGGER_ALREADY_ENABLED
field_13714
PLAYERS_ENABLE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_NOT_TRIGGER
field_13710
PLAYERS_ENABLE_INVALID_EXCEPTION
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
ERROR_NO_VALUE
field_13711
PLAYERS_GET_NULL_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher, CommandBuildContext context)
method_13595(com.mojang.brigadier.CommandDispatcher<class_2168> arg0, class_7157 arg1)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)
private static com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?>
addNumberFormats(CommandBuildContext context, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> top, ScoreboardCommand$NumberFormatCommandExecutor callback)
method_55345(class_7157 arg0, com.mojang.brigadier.builder.ArgumentBuilder<class_2168, ?> arg1, class_3115$class_9008 arg2)
makeNumberFormatArguments(CommandRegistryAccess registryAccess, com.mojang.brigadier.builder.ArgumentBuilder<ServerCommandSource, ?> argumentBuilder, ScoreboardCommand$NumberFormatCommandExecutor executor)
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource>
createRenderTypeModify()
method_13606()
makeRenderTypeArguments()
private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
suggestTriggers(CommandSourceStack source, Collection<ScoreHolder> targets, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
method_13613(class_2168 arg0, Collection<class_9015> arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2)
suggestDisabled(ServerCommandSource source, Collection<ScoreHolder> targets, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
private static int
getScore(CommandSourceStack source, ScoreHolder target, Objective objective)
method_13607(class_2168 arg0, class_9015 arg1, class_266 arg2)
executeGet(ServerCommandSource source, ScoreHolder scoreHolder, ScoreboardObjective objective)
private static Text
getFirstTargetName(Collection<ScoreHolder> names)
method_55352(Collection<class_9015> arg0)
getNextDisplayName(Collection<ScoreHolder> targets)
private static int
performOperation(CommandSourceStack source, Collection<ScoreHolder> targets, Objective targetObjective, OperationArgument$Operation operation, Collection<ScoreHolder> sources, Objective sourceObjective)
method_13584(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, class_2218$class_2219 arg3, Collection<class_9015> arg4, class_266 arg5)
executeOperation(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective targetObjective, OperationArgumentType$Operation operation, Collection<ScoreHolder> sources, ScoreboardObjective sourceObjectives)
private static int
enableTrigger(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective)
method_13609(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2)
executeEnable(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective)
private static int
resetScores(CommandSourceStack source, Collection<ScoreHolder> names)
method_13575(class_2168 arg0, Collection<class_9015> arg1)
executeReset(ServerCommandSource source, Collection<ScoreHolder> targets)
private static int
resetScore(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective)
method_13586(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2)
executeReset(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective)
private static int
setScore(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective, int value)
method_13604(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, int arg3)
executeSet(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective, int score)
private static int
setScoreDisplay(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective, Component display)
method_55349(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, class_2561 arg3)
executeSetDisplayName(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective, Text displayName)
private static int
setScoreNumberFormat(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective, NumberFormat numberFormat)
method_55350(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, class_9022 arg3)
executeSetNumberFormat(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective, NumberFormat numberFormat)
private static int
addScore(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective, int value)
method_13578(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, int arg3)
executeAdd(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective, int score)
private static int
removeScore(CommandSourceStack source, Collection<ScoreHolder> names, Objective objective, int value)
method_13600(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2, int arg3)
executeRemove(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective, int score)
private static int
listTrackedPlayers(CommandSourceStack source)
method_13589(class_2168 arg0)
executeListPlayers(ServerCommandSource source)
private static int
listTrackedPlayerScores(CommandSourceStack source, ScoreHolder entity)
method_13614(class_2168 arg0, class_9015 arg1)
executeListScores(ServerCommandSource source, ScoreHolder scoreHolder)
private static int
clearDisplaySlot(CommandSourceStack source, DisplaySlot slot)
method_13592(class_2168 arg0, class_8646 arg1)
executeClearDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot)
private static int
setDisplaySlot(CommandSourceStack source, DisplaySlot slot, Objective objective)
method_13596(class_2168 arg0, class_8646 arg1, class_266 arg2)
executeSetDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot, ScoreboardObjective objective)
private static int
setDisplayName(CommandSourceStack source, Objective objective, Component displayName)
method_13576(class_2168 arg0, class_266 arg1, class_2561 arg2)
executeModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName)
private static int
setDisplayAutoUpdate(CommandSourceStack source, Objective objective, boolean displayAutoUpdate)
method_55348(class_2168 arg0, class_266 arg1, boolean arg2)
executeModifyDisplayAutoUpdate(ServerCommandSource source, ScoreboardObjective objective, boolean enable)
private static int
setObjectiveFormat(CommandSourceStack source, Objective objective, NumberFormat numberFormat)
method_55347(class_2168 arg0, class_266 arg1, class_9022 arg2)
executeModifyObjectiveFormat(ServerCommandSource source, ScoreboardObjective objective, NumberFormat format)
private static int
setRenderType(CommandSourceStack source, Objective objective, ObjectiveCriteria$RenderType renderType)
method_13581(class_2168 arg0, class_266 arg1, class_274$class_275 arg2)
executeModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion$RenderType type)
private static int
removeObjective(CommandSourceStack source, Objective objective)
method_13602(class_2168 arg0, class_266 arg1)
executeRemoveObjective(ServerCommandSource source, ScoreboardObjective objective)
private static int
addObjective(CommandSourceStack source, String name, ObjectiveCriteria criteria, Component displayName)
method_13611(class_2168 arg0, String arg1, class_274 arg2, class_2561 arg3)
executeAddObjective(ServerCommandSource source, String objective, ScoreboardCriterion criteria, Text displayName)
private static int
listObjectives(CommandSourceStack source)
method_13597(class_2168 arg0)
executeListObjectives(ServerCommandSource source)
private static Text
lambda$listObjectives$1(Collection arg0)
method_52057(Collection arg0)
method_52057(Collection arg0)
private static Text
lambda$listObjectives$0()
method_52059()
method_52059()
private static Text
lambda$addObjective$0(Objective arg0)
method_52051(class_266 arg0)
method_52051(ScoreboardObjective arg0)
private static Text
lambda$removeObjective$0(Objective arg0)
method_52062(class_266 arg0)
method_52062(ScoreboardObjective arg0)
private static Text
lambda$setRenderType$0(Objective arg0)
method_52067(class_266 arg0)
method_52067(ScoreboardObjective arg0)
private static Text
lambda$setObjectiveFormat$1(Objective arg0)
method_55364(class_266 arg0)
method_55364(ScoreboardObjective arg0)
private static Text
lambda$setObjectiveFormat$0(Objective arg0)
method_55366(class_266 arg0)
method_55366(ScoreboardObjective arg0)
private static Text
lambda$setDisplayAutoUpdate$1(Objective arg0)
method_55368(class_266 arg0)
method_55368(ScoreboardObjective arg0)
private static Text
lambda$setDisplayAutoUpdate$0(Objective arg0)
method_55370(class_266 arg0)
method_55370(ScoreboardObjective arg0)
private static Text
lambda$setDisplayName$0(Objective arg0)
method_52071(class_266 arg0)
method_52071(ScoreboardObjective arg0)
private static Text
lambda$setDisplaySlot$0(DisplaySlot arg0, Objective arg1)
method_52048(class_8646 arg0, class_266 arg1)
method_52048(ScoreboardDisplaySlot arg0, ScoreboardObjective arg1)
private static Text
lambda$clearDisplaySlot$0(DisplaySlot arg0)
method_52047(class_8646 arg0)
method_52047(ScoreboardDisplaySlot arg0)
private static void
lambda$listTrackedPlayerScores$2(CommandSourceStack arg0, it.unimi.dsi.fastutil.objects.Object2IntMap$Entry arg1)
method_52058(class_2168 arg0, it.unimi.dsi.fastutil.objects.Object2IntMap$Entry arg1)
method_52058(ServerCommandSource arg0, it.unimi.dsi.fastutil.objects.Object2IntMap$Entry arg1)
private static Text
lambda$listTrackedPlayerScores$3(it.unimi.dsi.fastutil.objects.Object2IntMap$Entry arg0)
method_55351(it.unimi.dsi.fastutil.objects.Object2IntMap$Entry arg0)
method_55351(it.unimi.dsi.fastutil.objects.Object2IntMap$Entry arg0)
private static Text
lambda$listTrackedPlayerScores$1(ScoreHolder arg0, it.unimi.dsi.fastutil.objects.Object2IntMap arg1)
method_52056(class_9015 arg0, it.unimi.dsi.fastutil.objects.Object2IntMap arg1)
method_52056(ScoreHolder arg0, it.unimi.dsi.fastutil.objects.Object2IntMap arg1)
private static Text
lambda$listTrackedPlayerScores$0(ScoreHolder arg0)
method_52054(class_9015 arg0)
method_52054(ScoreHolder arg0)
private static Text
lambda$listTrackedPlayers$1(Collection arg0)
method_52065(Collection arg0)
method_52065(Collection arg0)
private static Text
lambda$listTrackedPlayers$0()
method_52066()
method_52066()
private static Text
lambda$removeScore$1(int arg0, Objective arg1, Collection arg2)
method_52049(int arg0, class_266 arg1, Collection arg2)
method_52049(int arg0, ScoreboardObjective arg1, Collection arg2)
private static Text
lambda$removeScore$0(int arg0, Objective arg1, Collection arg2, int arg3)
method_52050(int arg0, class_266 arg1, Collection arg2, int arg3)
method_52050(int arg0, ScoreboardObjective arg1, Collection arg2, int arg3)
private static Text
lambda$addScore$1(int arg0, Objective arg1, Collection arg2)
method_52060(int arg0, class_266 arg1, Collection arg2)
method_52060(int arg0, ScoreboardObjective arg1, Collection arg2)
private static Text
lambda$addScore$0(int arg0, Objective arg1, Collection arg2, int arg3)
method_52061(int arg0, class_266 arg1, Collection arg2, int arg3)
method_52061(int arg0, ScoreboardObjective arg1, Collection arg2, int arg3)
private static Text
lambda$setScoreNumberFormat$3(Collection arg0, Objective arg1)
method_55353(Collection arg0, class_266 arg1)
method_55353(Collection arg0, ScoreboardObjective arg1)
private static Text
lambda$setScoreNumberFormat$2(Collection arg0, Objective arg1)
method_55358(Collection arg0, class_266 arg1)
method_55358(Collection arg0, ScoreboardObjective arg1)
private static Text
lambda$setScoreNumberFormat$1(Collection arg0, Objective arg1)
method_55362(Collection arg0, class_266 arg1)
method_55362(Collection arg0, ScoreboardObjective arg1)
private static Text
lambda$setScoreNumberFormat$0(Collection arg0, Objective arg1)
method_55365(Collection arg0, class_266 arg1)
method_55365(Collection arg0, ScoreboardObjective arg1)
private static Text
lambda$setScoreDisplay$3(Component arg0, Collection arg1, Objective arg2)
method_55354(class_2561 arg0, Collection arg1, class_266 arg2)
method_55354(Text arg0, Collection arg1, ScoreboardObjective arg2)
private static Text
lambda$setScoreDisplay$2(Component arg0, Collection arg1, Objective arg2)
method_55359(class_2561 arg0, Collection arg1, class_266 arg2)
method_55359(Text arg0, Collection arg1, ScoreboardObjective arg2)
private static Text
lambda$setScoreDisplay$1(Collection arg0, Objective arg1)
method_55367(Collection arg0, class_266 arg1)
method_55367(Collection arg0, ScoreboardObjective arg1)
private static Text
lambda$setScoreDisplay$0(Collection arg0, Objective arg1)
method_55369(Collection arg0, class_266 arg1)
method_55369(Collection arg0, ScoreboardObjective arg1)
private static Text
lambda$setScore$1(Objective arg0, Collection arg1, int arg2)
method_52053(class_266 arg0, Collection arg1, int arg2)
method_52053(ScoreboardObjective arg0, Collection arg1, int arg2)
private static Text
lambda$setScore$0(Objective arg0, Collection arg1, int arg2)
method_52064(class_266 arg0, Collection arg1, int arg2)
method_52064(ScoreboardObjective arg0, Collection arg1, int arg2)
private static Text
lambda$resetScore$1(Objective arg0, Collection arg1)
method_52052(class_266 arg0, Collection arg1)
method_52052(ScoreboardObjective arg0, Collection arg1)
private static Text
lambda$resetScore$0(Objective arg0, Collection arg1)
method_52063(class_266 arg0, Collection arg1)
method_52063(ScoreboardObjective arg0, Collection arg1)
private static Text
lambda$resetScores$1(Collection arg0)
method_52070(Collection arg0)
method_52070(Collection arg0)
private static Text
lambda$resetScores$0(Collection arg0)
method_52073(Collection arg0)
method_52073(Collection arg0)
private static Text
lambda$enableTrigger$1(Objective arg0, Collection arg1)
method_52068(class_266 arg0, Collection arg1)
method_52068(ScoreboardObjective arg0, Collection arg1)
private static Text
lambda$enableTrigger$0(Objective arg0, Collection arg1)
method_52072(class_266 arg0, Collection arg1)
method_52072(ScoreboardObjective arg0, Collection arg1)
private static Text
lambda$performOperation$1(Objective arg0, Collection arg1)
method_52074(class_266 arg0, Collection arg1)
method_52074(ScoreboardObjective arg0, Collection arg1)
private static Text
lambda$performOperation$0(Objective arg0, Collection arg1, int arg2)
method_52069(class_266 arg0, Collection arg1, int arg2)
method_52069(ScoreboardObjective arg0, Collection arg1, int arg2)
private static Text
lambda$getScore$0(ScoreHolder arg0, ReadOnlyScoreInfo arg1, Objective arg2)
method_52055(class_9015 arg0, class_9013 arg1, class_266 arg2)
method_52055(ScoreHolder arg0, ReadableScoreboardScore arg1, ScoreboardObjective arg2)
private static int
lambda$createRenderTypeModify$0(ObjectiveCriteria$RenderType arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13601(class_274$class_275 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_13601(ScoreboardCriterion$RenderType arg0, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addNumberFormats$3(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55344(class_3115$class_9008 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55344(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addNumberFormats$2(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55355(class_3115$class_9008 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55355(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addNumberFormats$1(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55360(class_3115$class_9008 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55360(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$addNumberFormats$0(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55363(class_3115$class_9008 arg0, com.mojang.brigadier.context.CommandContext arg1)
method_55363(ScoreboardCommand$NumberFormatCommandExecutor arg0, com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$22(com.mojang.brigadier.context.CommandContext arg0)
method_13610(com.mojang.brigadier.context.CommandContext arg0)
method_13610(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$21(com.mojang.brigadier.context.CommandContext arg0, NumberFormat arg1)
method_55346(com.mojang.brigadier.context.CommandContext arg0, class_9022 arg1)
method_55346(com.mojang.brigadier.context.CommandContext arg0, NumberFormat arg1)
private static int
lambda$register$20(com.mojang.brigadier.context.CommandContext arg0)
method_55356(com.mojang.brigadier.context.CommandContext arg0)
method_55356(com.mojang.brigadier.context.CommandContext arg0)
private static int
lambda$register$19(com.mojang.brigadier.context.CommandContext arg0)
method_55361(com.mojang.brigadier.context.CommandContext arg0)
method_55361(com.mojang.brigadier.context.CommandContext arg0)
private static int
lambda$register$18(com.mojang.brigadier.context.CommandContext arg0)
method_13574(com.mojang.brigadier.context.CommandContext arg0)
method_13574(com.mojang.brigadier.context.CommandContext context)
private static CompletableFuture
lambda$register$17(com.mojang.brigadier.context.CommandContext arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_13587(com.mojang.brigadier.context.CommandContext arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_13587(com.mojang.brigadier.context.CommandContext context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
private static int
lambda$register$16(com.mojang.brigadier.context.CommandContext arg0)
method_13579(com.mojang.brigadier.context.CommandContext arg0)
method_13579(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$15(com.mojang.brigadier.context.CommandContext arg0)
method_13582(com.mojang.brigadier.context.CommandContext arg0)
method_13582(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$14(com.mojang.brigadier.context.CommandContext arg0)
method_13598(com.mojang.brigadier.context.CommandContext arg0)
method_13598(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$13(com.mojang.brigadier.context.CommandContext arg0)
method_13593(com.mojang.brigadier.context.CommandContext arg0)
method_13593(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$12(com.mojang.brigadier.context.CommandContext arg0)
method_13612(com.mojang.brigadier.context.CommandContext arg0)
method_13612(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$11(com.mojang.brigadier.context.CommandContext arg0)
method_13608(com.mojang.brigadier.context.CommandContext arg0)
method_13608(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$10(com.mojang.brigadier.context.CommandContext arg0)
method_13580(com.mojang.brigadier.context.CommandContext arg0)
method_13580(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$9(com.mojang.brigadier.context.CommandContext arg0)
method_13591(com.mojang.brigadier.context.CommandContext arg0)
method_13591(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$8(com.mojang.brigadier.context.CommandContext arg0)
method_13588(com.mojang.brigadier.context.CommandContext arg0)
method_13588(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$7(com.mojang.brigadier.context.CommandContext arg0)
method_13603(com.mojang.brigadier.context.CommandContext arg0)
method_13603(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$6(com.mojang.brigadier.context.CommandContext arg0)
method_13594(com.mojang.brigadier.context.CommandContext arg0)
method_13594(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$5(com.mojang.brigadier.context.CommandContext arg0, NumberFormat arg1)
method_55357(com.mojang.brigadier.context.CommandContext arg0, class_9022 arg1)
method_55357(com.mojang.brigadier.context.CommandContext arg0, NumberFormat arg1)
private static int
lambda$register$4(com.mojang.brigadier.context.CommandContext arg0)
method_55371(com.mojang.brigadier.context.CommandContext arg0)
method_55371(com.mojang.brigadier.context.CommandContext arg0)
private static int
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_13599(com.mojang.brigadier.context.CommandContext arg0)
method_13599(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_13583(com.mojang.brigadier.context.CommandContext arg0)
method_13583(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_13590(com.mojang.brigadier.context.CommandContext arg0)
method_13590(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_13577(com.mojang.brigadier.context.CommandContext arg0)
method_13577(com.mojang.brigadier.context.CommandContext context)
private static com.mojang.brigadier.Message
lambda$static$0(Object arg0, Object arg1)
method_13605(Object arg0, Object arg1)
method_13605(Object objective, Object target)