net.minecraft.server.command

public class StopwatchCommand

net.minecraft.server.commands.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
ERROR_ALREADY_EXISTS
field_63170
ALREADY_EXISTS_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
ERROR_DOES_NOT_EXIST
ERROR_DOES_NOT_EXIST
field_63168
DOES_NOT_EXIST_EXCEPTION
public static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource>
SUGGEST_STOPWATCHES
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)
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)
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)
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)
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)
removeStopwatch(CommandSourceStack source, Identifier id)
method_74992(class_2168 arg0, class_2960 arg1)
executeRemove(ServerCommandSource source, Identifier id)