Package net.minecraft.server.command
Class StopwatchCommand
java.lang.Object
net.minecraft.server.command.StopwatchCommand
- Mappings:
Namespace Name named net/minecraft/server/command/StopwatchCommandintermediary net/minecraft/class_12083official ard
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypestatic final com.mojang.brigadier.exceptions.DynamicCommandExceptionTypestatic final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteCreate(ServerCommandSource source, Identifier id) private static intexecuteQuery(ServerCommandSource source, Identifier id, double double2) private static intexecuteRemove(ServerCommandSource source, Identifier id) private static intexecuteRestart(ServerCommandSource source, Identifier id) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
ALREADY_EXISTS_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType ALREADY_EXISTS_EXCEPTION- Mappings:
Namespace Name Mixin selector named ALREADY_EXISTS_EXCEPTIONLnet/minecraft/server/command/StopwatchCommand;ALREADY_EXISTS_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_63170Lnet/minecraft/class_12083;field_63170:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official cLard;c:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
DOES_NOT_EXIST_EXCEPTION
public static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType DOES_NOT_EXIST_EXCEPTION- Mappings:
Namespace Name Mixin selector named DOES_NOT_EXIST_EXCEPTIONLnet/minecraft/server/command/StopwatchCommand;DOES_NOT_EXIST_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_63168Lnet/minecraft/class_12083;field_63168:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;official aLard;a:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
STOPWATCH_SUGGESTION_PROVIDER
public static final com.mojang.brigadier.suggestion.SuggestionProvider<ServerCommandSource> STOPWATCH_SUGGESTION_PROVIDER- Mappings:
Namespace Name Mixin selector named STOPWATCH_SUGGESTION_PROVIDERLnet/minecraft/server/command/StopwatchCommand;STOPWATCH_SUGGESTION_PROVIDER:Lcom/mojang/brigadier/suggestion/SuggestionProvider;intermediary field_63169Lnet/minecraft/class_12083;field_63169:Lcom/mojang/brigadier/suggestion/SuggestionProvider;official bLard;b:Lcom/mojang/brigadier/suggestion/SuggestionProvider;
-
-
Constructor Details
-
StopwatchCommand
public StopwatchCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named registerLnet/minecraft/server/command/StopwatchCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_74979Lnet/minecraft/class_12083;method_74979(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLard;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
executeCreate
private static int executeCreate(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named executeCreateLnet/minecraft/server/command/StopwatchCommand;executeCreate(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;)Iintermediary method_74982Lnet/minecraft/class_12083;method_74982(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)Iofficial aLard;a(Lej;Lamy;)I
-
executeQuery
private static int executeQuery(ServerCommandSource source, Identifier id, double double2) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named executeQueryLnet/minecraft/server/command/StopwatchCommand;executeQuery(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;D)Iintermediary method_74986Lnet/minecraft/class_12083;method_74986(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;D)Iofficial aLard;a(Lej;Lamy;D)I
-
executeRestart
private static int executeRestart(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named executeRestartLnet/minecraft/server/command/StopwatchCommand;executeRestart(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;)Iintermediary method_74990Lnet/minecraft/class_12083;method_74990(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)Iofficial bLard;b(Lej;Lamy;)I
-
executeRemove
private static int executeRemove(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named executeRemoveLnet/minecraft/server/command/StopwatchCommand;executeRemove(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;)Iintermediary method_74992Lnet/minecraft/class_12083;method_74992(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)Iofficial cLard;c(Lej;Lamy;)I
-