Modifier and Type |
Method and Description |
private static int |
executeAdd(ServerCommandSource source,
Collection<String> targets,
ScoreboardObjective objective,
int score) |
private static int |
executeAddObjective(ServerCommandSource source,
String objective,
ScoreboardCriterion criteria,
Text displayName) |
private static int |
executeClearDisplay(ServerCommandSource source,
int slot) |
private static int |
executeEnable(ServerCommandSource source,
Collection<String> targets,
ScoreboardObjective objective) |
private static int |
executeGet(ServerCommandSource source,
String target,
ScoreboardObjective objective) |
private static int |
executeListObjectives(ServerCommandSource source) |
private static int |
executeListPlayers(ServerCommandSource source) |
private static int |
executeListScores(ServerCommandSource source,
String target) |
private static int |
executeModifyObjective(ServerCommandSource source,
ScoreboardObjective objective,
Text displayName) |
private static int |
executeModifyRenderType(ServerCommandSource source,
ScoreboardObjective objective,
ScoreboardCriterion.RenderType type) |
private static int |
executeOperation(ServerCommandSource source,
Collection<String> targets,
ScoreboardObjective targetObjective,
OperationArgumentType.Operation operation,
Collection<String> sources,
ScoreboardObjective sourceObjectives) |
private static int |
executeRemove(ServerCommandSource source,
Collection<String> targets,
ScoreboardObjective objective,
int score) |
private static int |
executeRemoveObjective(ServerCommandSource source,
ScoreboardObjective objective) |
private static int |
executeReset(ServerCommandSource source,
Collection<String> targets) |
private static int |
executeReset(ServerCommandSource source,
Collection<String> targets,
ScoreboardObjective objective) |
private static int |
executeSet(ServerCommandSource source,
Collection<String> targets,
ScoreboardObjective objective,
int score) |
private static int |
executeSetDisplay(ServerCommandSource source,
int slot,
ScoreboardObjective objective) |
private static com.mojang.brigadier.builder.LiteralArgumentBuilder<ServerCommandSource> |
makeRenderTypeArguments() |
static void |
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) |
private static CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> |
suggestDisabled(ServerCommandSource source,
Collection<String> targets,
com.mojang.brigadier.suggestion.SuggestionsBuilder builder) |