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 intcreate(ServerCommandSource source, Identifier id) private static intquery(ServerCommandSource source, Identifier id) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> commandDispatcher) private static intremove(ServerCommandSource source, Identifier id) private static intrestart(ServerCommandSource source, Identifier id)
-
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
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> commandDispatcher) - 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
-
create
private static int create(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named createLnet/minecraft/server/command/StopwatchCommand;create(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
-
query
private static int query(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named queryLnet/minecraft/server/command/StopwatchCommand;query(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/Identifier;)Iintermediary method_74986Lnet/minecraft/class_12083;method_74986(Lnet/minecraft/class_2168;Lnet/minecraft/class_2960;)Iofficial bLard;b(Lej;Lamy;)I
-
restart
private static int restart(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named restartLnet/minecraft/server/command/StopwatchCommand;restart(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 cLard;c(Lej;Lamy;)I
-
remove
private static int remove(ServerCommandSource source, Identifier id) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector named removeLnet/minecraft/server/command/StopwatchCommand;remove(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 dLard;d(Lej;Lamy;)I
-