net.minecraft.server.commands

public class ScoreboardCommand

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

Field summary

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

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ew> arg0, es arg1)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0, CommandBuildContext arg1)
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<CommandSourceStack, ?>
a(es arg0, com.mojang.brigadier.builder.ArgumentBuilder<ew, ?> arg1, app$a arg2)
addNumberFormats(CommandBuildContext arg0, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> arg1, ScoreboardCommand$NumberFormatCommandExecutor arg2)
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<CommandSourceStack>
a()
createRenderTypeModify()
method_13606()
makeRenderTypeArguments()
private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
a(ew arg0, Collection<fdc> arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2)
suggestTriggers(CommandSourceStack arg0, Collection<ScoreHolder> arg1, com.mojang.brigadier.suggestion.SuggestionsBuilder arg2)
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
a(ew arg0, fdc arg1, fcv arg2)
getScore(CommandSourceStack arg0, ScoreHolder arg1, Objective arg2)
method_13607(class_2168 arg0, class_9015 arg1, class_266 arg2)
executeGet(ServerCommandSource source, ScoreHolder scoreHolder, ScoreboardObjective objective)
private static Component
a(Collection<fdc> arg0)
getFirstTargetName(Collection<ScoreHolder> arg0)
method_55352(Collection<class_9015> arg0)
getNextDisplayName(Collection<ScoreHolder> targets)
private static int
a(ew arg0, Collection<fdc> arg1, fcv arg2, fs$a arg3, Collection<fdc> arg4, fcv arg5)
performOperation(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2, OperationArgument$Operation arg3, Collection<ScoreHolder> arg4, Objective arg5)
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
a(ew arg0, Collection<fdc> arg1, fcv arg2)
enableTrigger(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2)
method_13609(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2)
executeEnable(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective)
private static int
a(ew arg0, Collection<fdc> arg1)
resetScores(CommandSourceStack arg0, Collection<ScoreHolder> arg1)
method_13575(class_2168 arg0, Collection<class_9015> arg1)
executeReset(ServerCommandSource source, Collection<ScoreHolder> targets)
private static int
b(ew arg0, Collection<fdc> arg1, fcv arg2)
resetScore(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2)
method_13586(class_2168 arg0, Collection<class_9015> arg1, class_266 arg2)
executeReset(ServerCommandSource source, Collection<ScoreHolder> targets, ScoreboardObjective objective)
private static int
a(ew arg0, Collection<fdc> arg1, fcv arg2, int arg3)
setScore(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2, int arg3)
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
a(ew arg0, Collection<fdc> arg1, fcv arg2, xv arg3)
setScoreDisplay(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2, Component arg3)
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
a(ew arg0, Collection<fdc> arg1, fcv arg2, zl arg3)
setScoreNumberFormat(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2, NumberFormat arg3)
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
b(ew arg0, Collection<fdc> arg1, fcv arg2, int arg3)
addScore(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2, int arg3)
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
c(ew arg0, Collection<fdc> arg1, fcv arg2, int arg3)
removeScore(CommandSourceStack arg0, Collection<ScoreHolder> arg1, Objective arg2, int arg3)
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
a(ew arg0)
listTrackedPlayers(CommandSourceStack arg0)
method_13589(class_2168 arg0)
executeListPlayers(ServerCommandSource source)
private static int
a(ew arg0, fdc arg1)
listTrackedPlayerScores(CommandSourceStack arg0, ScoreHolder arg1)
method_13614(class_2168 arg0, class_9015 arg1)
executeListScores(ServerCommandSource source, ScoreHolder scoreHolder)
private static int
a(ew arg0, fcu arg1)
clearDisplaySlot(CommandSourceStack arg0, DisplaySlot arg1)
method_13592(class_2168 arg0, class_8646 arg1)
executeClearDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot)
private static int
a(ew arg0, fcu arg1, fcv arg2)
setDisplaySlot(CommandSourceStack arg0, DisplaySlot arg1, Objective arg2)
method_13596(class_2168 arg0, class_8646 arg1, class_266 arg2)
executeSetDisplay(ServerCommandSource source, ScoreboardDisplaySlot slot, ScoreboardObjective objective)
private static int
a(ew arg0, fcv arg1, xv arg2)
setDisplayName(CommandSourceStack arg0, Objective arg1, Component arg2)
method_13576(class_2168 arg0, class_266 arg1, class_2561 arg2)
executeModifyObjective(ServerCommandSource source, ScoreboardObjective objective, Text displayName)
private static int
a(ew arg0, fcv arg1, boolean arg2)
setDisplayAutoUpdate(CommandSourceStack arg0, Objective arg1, boolean arg2)
method_55348(class_2168 arg0, class_266 arg1, boolean arg2)
executeModifyDisplayAutoUpdate(ServerCommandSource source, ScoreboardObjective objective, boolean enable)
private static int
a(ew arg0, fcv arg1, zl arg2)
setObjectiveFormat(CommandSourceStack arg0, Objective arg1, NumberFormat arg2)
method_55347(class_2168 arg0, class_266 arg1, class_9022 arg2)
executeModifyObjectiveFormat(ServerCommandSource source, ScoreboardObjective objective, NumberFormat format)
private static int
a(ew arg0, fcv arg1, fdg$a arg2)
setRenderType(CommandSourceStack arg0, Objective arg1, ObjectiveCriteria$RenderType arg2)
method_13581(class_2168 arg0, class_266 arg1, class_274$class_275 arg2)
executeModifyRenderType(ServerCommandSource source, ScoreboardObjective objective, ScoreboardCriterion$RenderType type)
private static int
a(ew arg0, fcv arg1)
removeObjective(CommandSourceStack arg0, Objective arg1)
method_13602(class_2168 arg0, class_266 arg1)
executeRemoveObjective(ServerCommandSource source, ScoreboardObjective objective)
private static int
a(ew arg0, String arg1, fdg arg2, xv arg3)
addObjective(CommandSourceStack arg0, String arg1, ObjectiveCriteria arg2, Component arg3)
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
b(ew arg0)
listObjectives(CommandSourceStack arg0)
method_13597(class_2168 arg0)
executeListObjectives(ServerCommandSource source)