Class CommandFunction.class_8642

java.lang.Object
net.minecraft.server.function.CommandFunction.class_8642
All Implemented Interfaces:
CommandFunction.Element
Enclosing class:
CommandFunction

public static class CommandFunction.class_8642 extends Object implements CommandFunction.Element
Mappings:
Namespace Name
official dn$f
intermediary net/minecraft/class_2158$class_8642
named net/minecraft/server/function/CommandFunction$class_8642
  • Field Details

    • field_45152

      private final List<String> field_45152
      Mappings:
      Namespace Name Mixin selector
      official a Ldn$f;a:Ljava/util/List;
      intermediary field_45152 Lnet/minecraft/class_2158$class_8642;field_45152:Ljava/util/List;
      named field_45152 Lnet/minecraft/server/function/CommandFunction$class_8642;field_45152:Ljava/util/List;
    • field_45153

      private final List<String> field_45153
      Mappings:
      Namespace Name Mixin selector
      official b Ldn$f;b:Ljava/util/List;
      intermediary field_45153 Lnet/minecraft/class_2158$class_8642;field_45153:Ljava/util/List;
      named field_45153 Lnet/minecraft/server/function/CommandFunction$class_8642;field_45153:Ljava/util/List;
  • Constructor Details

  • Method Details

    • method_52598

      public List<String> method_52598()
      Mappings:
      Namespace Name Mixin selector
      official a Ldn$f;a()Ljava/util/List;
      intermediary method_52598 Lnet/minecraft/class_2158$class_8642;method_52598()Ljava/util/List;
      named method_52598 Lnet/minecraft/server/function/CommandFunction$class_8642;method_52598()Ljava/util/List;
    • method_52599

      public String method_52599(List<String> list)
      Mappings:
      Namespace Name Mixin selector
      official a Ldn$f;a(Ljava/util/List;)Ljava/lang/String;
      intermediary method_52599 Lnet/minecraft/class_2158$class_8642;method_52599(Ljava/util/List;)Ljava/lang/String;
      named method_52599 Lnet/minecraft/server/function/CommandFunction$class_8642;method_52599(Ljava/util/List;)Ljava/lang/String;
    • execute

      public void execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, @Nullable CommandFunctionManager.Tracer tracer) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      execute in interface CommandFunction.Element
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official execute Ldn$d;execute(Lafd;Lds;Ljava/util/Deque;IILafd$c;)V
      intermediary method_9198 Lnet/minecraft/class_2158$class_2161;method_9198(Lnet/minecraft/class_2991;Lnet/minecraft/class_2168;Ljava/util/Deque;IILnet/minecraft/class_2991$class_6346;)V
      named execute Lnet/minecraft/server/function/CommandFunction$Element;execute(Lnet/minecraft/server/function/CommandFunctionManager;Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Deque;IILnet/minecraft/server/function/CommandFunctionManager$Tracer;)V