Package net.minecraft.server.command
Class HelpCommand
java.lang.Object
net.minecraft.server.command.HelpCommand
public class HelpCommand extends Object
- Mappings:
Namespace Name official xvintermediary net/minecraft/class_3069named net/minecraft/server/command/HelpCommand
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeFAILED_EXCEPTION -
Constructor Summary
Constructors Constructor Description HelpCommand() -
Method Summary
Modifier and Type Method Description static voidregister(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 aLxv;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13665Lnet/minecraft/class_3069;field_13665:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named FAILED_EXCEPTIONLnet/minecraft/server/command/HelpCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
-
Constructor Details
-
HelpCommand
public HelpCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official aLxv;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13405Lnet/minecraft/class_3069;method_13405(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/HelpCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-