net.minecraft.server.command

public class StopwatchCommand

net.minecraft.server.commands.StopwatchCommand
net.minecraft.class_12083
net.minecraft.server.command.StopwatchCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_ALREADY_EXISTS
field_63170
ALREADY_EXISTS_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_DOES_NOT_EXIST
field_63168
DOES_NOT_EXIST_EXCEPTION
public static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>
SUGGEST_STOPWATCHES
field_63169
STOPWATCH_SUGGESTION_PROVIDER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_74979(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
createStopwatch(CommandSourceStack source, Identifier id)
method_74982(class_2168 arg0, class_2960 arg1)
executeCreate(ServerCommandSource source, Identifier id)
private static int
queryStopwatch(CommandSourceStack source, Identifier id, double scale)
method_74986(class_2168 arg0, class_2960 arg1, double arg2)
executeQuery(ServerCommandSource source, Identifier id, double scale)
private static int
restartStopwatch(CommandSourceStack source, Identifier id)
method_74990(class_2168 arg0, class_2960 arg1)
executeRestart(ServerCommandSource source, Identifier id)
private static int
removeStopwatch(CommandSourceStack source, Identifier id)
method_74992(class_2168 arg0, class_2960 arg1)
executeRemove(ServerCommandSource source, Identifier id)
private static Text
lambda$removeStopwatch$0(Identifier arg0)
method_74976(class_2960 arg0)
method_74976(Identifier arg0)
private static Text
lambda$restartStopwatch$1(Identifier arg0)
method_74984(class_2960 arg0)
method_74984(Identifier arg0)
private static Stopwatch
lambda$restartStopwatch$0(Stopwatch arg0)
method_74978(class_12109 arg0)
method_74978(Stopwatch stopwatch)
private static Text
lambda$queryStopwatch$0(Identifier arg0, double arg1)
method_74977(class_2960 arg0, double arg1)
method_74977(Identifier arg0, double arg1)
private static Text
lambda$createStopwatch$0(Identifier arg0)
method_74988(class_2960 arg0)
method_74988(Identifier arg0)
private static int
lambda$register$4(com.mojang.brigadier.context.CommandContext arg0)
method_74980(com.mojang.brigadier.context.CommandContext arg0)
method_74980(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_75569(com.mojang.brigadier.context.CommandContext arg0)
method_75569(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_75570(com.mojang.brigadier.context.CommandContext arg0)
method_75570(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_74989(com.mojang.brigadier.context.CommandContext arg0)
method_74989(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_74991(com.mojang.brigadier.context.CommandContext arg0)
method_74991(com.mojang.brigadier.context.CommandContext context)
private static CompletableFuture
lambda$static$2(com.mojang.brigadier.context.CommandContext arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_74981(com.mojang.brigadier.context.CommandContext arg0, com.mojang.brigadier.suggestion.SuggestionsBuilder arg1)
method_74981(com.mojang.brigadier.context.CommandContext context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder)
private static com.mojang.brigadier.Message
lambda$static$1(Object arg0)
method_74983(Object arg0)
method_74983(Object name)
private static com.mojang.brigadier.Message
lambda$static$0(Object arg0)
method_74987(Object arg0)
method_74987(Object name)