Package net.minecraft.server.command
Class HelpCommand
java.lang.Object
net.minecraft.command.AbstractCommand
net.minecraft.server.command.HelpCommand
- All Implemented Interfaces:
Comparable<Command>,Command
- Mappings:
Namespace Name official alintermediary net/minecraft/class_1186named net/minecraft/server/command/HelpCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.command.AbstractCommand
AbstractCommand.Coordinate -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetUsageTranslationKey(CommandSource source) method_10738(MinecraftServer server, CommandSource source, String[] string, BlockPos pos) method_11608(CommandSource commandSource, MinecraftServer minecraftServer) method_11609(MinecraftServer minecraftServer) voidmethod_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) Methods inherited from class net.minecraft.command.AbstractCommand
compareTo, concat, concat, concat, getAsPlayer, getBlock, getBlockPos, getCoordinate, getCoordinate, getEntityNbt, getItem, isUsernameAtIndex, method_10706, method_10707, method_10708, method_10711, method_10712, method_12701, method_12702, method_12704, method_12705, method_12706, method_13901, method_13904, method_2883, method_2894, method_3278, method_4635, method_4639, method_8406, parseBoolean, parseClampedDouble, parseClampedDouble, parseClampedInt, parseClampedInt, parseClampedLong, parseDouble, parseDouble, parseDouble, parseInt, parseLong, run, run, setCommandProvider
-
Field Details
-
field_12651
- Mappings:
Namespace Name Mixin selector official aLal;a:[Ljava/lang/String;intermediary field_12651Lnet/minecraft/class_1186;field_12651:[Ljava/lang/String;named field_12651Lnet/minecraft/server/command/HelpCommand;field_12651:[Ljava/lang/String;
-
field_12652
- Mappings:
Namespace Name Mixin selector official bLal;b:Ljava/util/Random;intermediary field_12652Lnet/minecraft/class_1186;field_12652:Ljava/util/Random;named field_12652Lnet/minecraft/server/command/HelpCommand;field_12652:Ljava/util/Random;
-
-
Constructor Details
-
HelpCommand
public HelpCommand()
-
-
Method Details
-
getCommandName
- Mappings:
Namespace Name Mixin selector official cLl;c()Ljava/lang/String;intermediary method_3277Lnet/minecraft/class_1007;method_3277()Ljava/lang/String;named getCommandNameLnet/minecraft/command/Command;getCommandName()Ljava/lang/String;
-
getPermissionLevel
public int getPermissionLevel()- Overrides:
getPermissionLevelin classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLj;a()Iintermediary method_4634Lnet/minecraft/class_955;method_4634()Inamed getPermissionLevelLnet/minecraft/command/AbstractCommand;getPermissionLevel()I
-
getUsageTranslationKey
- Mappings:
Namespace Name Mixin selector official bLl;b(Ln;)Ljava/lang/String;intermediary method_3275Lnet/minecraft/class_1007;method_3275(Lnet/minecraft/class_1061;)Ljava/lang/String;named getUsageTranslationKeyLnet/minecraft/command/Command;getUsageTranslationKey(Lnet/minecraft/command/CommandSource;)Ljava/lang/String;
-
getAliases
- Specified by:
getAliasesin interfaceCommand- Overrides:
getAliasesin classAbstractCommand- Mappings:
Namespace Name Mixin selector official bLl;b()Ljava/util/List;intermediary method_3274Lnet/minecraft/class_1007;method_3274()Ljava/util/List;named getAliasesLnet/minecraft/command/Command;getAliases()Ljava/util/List;
-
method_3279
public void method_3279(MinecraftServer minecraftServer, CommandSource commandSource, String[] string) throws CommandException - Throws:
CommandException- Mappings:
Namespace Name Mixin selector official aLl;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;)Vintermediary method_3279Lnet/minecraft/class_1007;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;)Vnamed method_3279Lnet/minecraft/command/Command;method_3279(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;)V
-
method_11608
- Mappings:
Namespace Name Mixin selector official aLal;a(Ln;Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;intermediary method_11608Lnet/minecraft/class_1186;method_11608(Lnet/minecraft/class_1061;Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;named method_11608Lnet/minecraft/server/command/HelpCommand;method_11608(Lnet/minecraft/command/CommandSource;Lnet/minecraft/server/MinecraftServer;)Ljava/util/List;
-
method_11609
- Mappings:
Namespace Name Mixin selector official aLal;a(Lnet/minecraft/server/MinecraftServer;)Ljava/util/Map;intermediary method_11609Lnet/minecraft/class_1186;method_11609(Lnet/minecraft/server/MinecraftServer;)Ljava/util/Map;named method_11609Lnet/minecraft/server/command/HelpCommand;method_11609(Lnet/minecraft/server/MinecraftServer;)Ljava/util/Map;
-
method_10738
public List<String> method_10738(MinecraftServer server, CommandSource source, String[] string, @Nullable BlockPos pos) - Specified by:
method_10738in interfaceCommand- Overrides:
method_10738in classAbstractCommand- Mappings:
Namespace Name Mixin selector official aLl;a(Lnet/minecraft/server/MinecraftServer;Ln;[Ljava/lang/String;Lco;)Ljava/util/List;intermediary method_10738Lnet/minecraft/class_1007;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/class_1061;[Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;named method_10738Lnet/minecraft/command/Command;method_10738(Lnet/minecraft/server/MinecraftServer;Lnet/minecraft/command/CommandSource;[Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
-