Package net.minecraft.server.command
Class HelpCommand
java.lang.Object
net.minecraft.server.command.HelpCommand
- Mappings:
Namespace Name official afj
intermediary net/minecraft/class_3069
named net/minecraft/server/command/HelpCommand
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION- Mappings:
Namespace Name Mixin selector official a
Lafj;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_13665
Lnet/minecraft/class_3069;field_13665:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named FAILED_EXCEPTION
Lnet/minecraft/server/command/HelpCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
HelpCommand
public HelpCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lafj;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13405
Lnet/minecraft/class_3069;method_13405(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/HelpCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-