Interface CommandRegistryProvider

All Known Implementing Classes:
CommandManager, CommandRegistry, IntegratedServerCommandManager

public interface CommandRegistryProvider
Mappings:
Namespace Name
official m
intermediary net/minecraft/class_1034
named net/minecraft/server/command/CommandRegistryProvider
  • Method Details

    • execute

      int execute(CommandSource source, String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lm;a(Ln;Ljava/lang/String;)I
      intermediary method_3310 Lnet/minecraft/class_1034;method_3310(Lnet/minecraft/class_1061;Ljava/lang/String;)I
      named execute Lnet/minecraft/server/command/CommandRegistryProvider;execute(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)I
    • getCompletions

      List<String> getCompletions(CommandSource source, String name, @Nullable BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lm;a(Ln;Ljava/lang/String;Lcl;)Ljava/util/List;
      intermediary method_10746 Lnet/minecraft/class_1034;method_10746(Lnet/minecraft/class_1061;Ljava/lang/String;Lnet/minecraft/class_2552;)Ljava/util/List;
      named getCompletions Lnet/minecraft/server/command/CommandRegistryProvider;getCompletions(Lnet/minecraft/command/CommandSource;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;)Ljava/util/List;
    • method_3309

      List<Command> method_3309(CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Lm;a(Ln;)Ljava/util/List;
      intermediary method_3309 Lnet/minecraft/class_1034;method_3309(Lnet/minecraft/class_1061;)Ljava/util/List;
      named method_3309 Lnet/minecraft/server/command/CommandRegistryProvider;method_3309(Lnet/minecraft/command/CommandSource;)Ljava/util/List;
    • getCommandMap

      Map<String,Command> getCommandMap()
      Mappings:
      Namespace Name Mixin selector
      official b Lm;b()Ljava/util/Map;
      intermediary method_3308 Lnet/minecraft/class_1034;method_3308()Ljava/util/Map;
      named getCommandMap Lnet/minecraft/server/command/CommandRegistryProvider;getCommandMap()Ljava/util/Map;