net.minecraft.server.commands

public class StopwatchCommand

aqy
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
c
ERROR_ALREADY_EXISTS
field_63170
ALREADY_EXISTS_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
a
ERROR_DOES_NOT_EXIST
field_63168
DOES_NOT_EXIST_EXCEPTION
public static final com.mojang.brigadier.suggestion.SuggestionProvider<CommandSourceStack>
b
SUGGEST_STOPWATCHES
field_63169
STOPWATCH_SUGGESTION_PROVIDER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
a(com.mojang.brigadier.CommandDispatcher<ed> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_74979(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
a(ed arg0, amo arg1)
createStopwatch(CommandSourceStack arg0, Identifier arg1)
method_74982(class_2168 arg0, class_2960 arg1)
executeCreate(ServerCommandSource source, Identifier id)
private static int
a(ed arg0, amo arg1, double arg2)
queryStopwatch(CommandSourceStack arg0, Identifier arg1, double arg2)
method_74986(class_2168 arg0, class_2960 arg1, double arg2)
executeQuery(ServerCommandSource source, Identifier id, double scale)
private static int
b(ed arg0, amo arg1)
restartStopwatch(CommandSourceStack arg0, Identifier arg1)
method_74990(class_2168 arg0, class_2960 arg1)
executeRestart(ServerCommandSource source, Identifier id)
private static int
c(ed arg0, amo arg1)
removeStopwatch(CommandSourceStack arg0, Identifier arg1)
method_74992(class_2168 arg0, class_2960 arg1)
executeRemove(ServerCommandSource source, Identifier id)