Interface CommandRegistryProvider

All Known Implementing Classes:
CommandManager, CommandRegistry

public interface CommandRegistryProvider
Mappings:
Namespace Name
official ab
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 Lab;a(Lac;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
    • method_3311

      List method_3311(CommandSource source, String string)
      Mappings:
      Namespace Name Mixin selector
      official b Lab;b(Lac;Ljava/lang/String;)Ljava/util/List;
      intermediary method_3311 Lnet/minecraft/class_1034;method_3311(Lnet/minecraft/class_1061;Ljava/lang/String;)Ljava/util/List;
      named method_3311 Lnet/minecraft/server/command/CommandRegistryProvider;method_3311(Lnet/minecraft/command/CommandSource;Ljava/lang/String;)Ljava/util/List;
    • method_3309

      List method_3309(CommandSource source)
      Mappings:
      Namespace Name Mixin selector
      official a Lab;a(Lac;)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 getCommandMap()
      Mappings:
      Namespace Name Mixin selector
      official a Lab;a()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;