Class CommandFunctionManager.Entry

java.lang.Object
net.minecraft.server.function.CommandFunctionManager.Entry
Enclosing class:
CommandFunctionManager

public static class CommandFunctionManager.Entry extends Object
Mappings:
Namespace Name
official act$b
intermediary net/minecraft/class_2991$class_2992
named net/minecraft/server/function/CommandFunctionManager$Entry
  • Field Details

    • source

      private final ServerCommandSource source
      Mappings:
      Namespace Name Mixin selector
      official a Lact$b;a:Ldn;
      intermediary field_13424 Lnet/minecraft/class_2991$class_2992;field_13424:Lnet/minecraft/class_2168;
      named source Lnet/minecraft/server/function/CommandFunctionManager$Entry;source:Lnet/minecraft/server/command/ServerCommandSource;
    • depth

      final int depth
      Mappings:
      Namespace Name Mixin selector
      official b Lact$b;b:I
      intermediary field_33549 Lnet/minecraft/class_2991$class_2992;field_33549:I
      named depth Lnet/minecraft/server/function/CommandFunctionManager$Entry;depth:I
    • element

      private final CommandFunction.Element element
      Mappings:
      Namespace Name Mixin selector
      official c Lact$b;c:Ldj$c;
      intermediary field_13425 Lnet/minecraft/class_2991$class_2992;field_13425:Lnet/minecraft/class_2158$class_2161;
      named element Lnet/minecraft/server/function/CommandFunctionManager$Entry;element:Lnet/minecraft/server/function/CommandFunction$Element;
  • Constructor Details

    • Entry

      public Entry(ServerCommandSource source, int depth, CommandFunction.Element element)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lact$b;<init>(Ldn;ILdj$c;)V
      intermediary <init> Lnet/minecraft/class_2991$class_2992;<init>(Lnet/minecraft/class_2168;ILnet/minecraft/class_2158$class_2161;)V
      named <init> Lnet/minecraft/server/function/CommandFunctionManager$Entry;<init>(Lnet/minecraft/server/command/ServerCommandSource;ILnet/minecraft/server/function/CommandFunction$Element;)V
  • Method Details

    • execute

      public void execute(CommandFunctionManager manager, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, @Nullable @Nullable CommandFunctionManager.Tracer tracer)
      Mappings:
      Namespace Name Mixin selector
      official a Lact$b;a(Lact;Ljava/util/Deque;ILact$c;)V
      intermediary method_12914 Lnet/minecraft/class_2991$class_2992;method_12914(Lnet/minecraft/class_2991;Ljava/util/Deque;ILnet/minecraft/class_2991$class_6346;)V
      named execute Lnet/minecraft/server/function/CommandFunctionManager$Entry;execute(Lnet/minecraft/server/function/CommandFunctionManager;Ljava/util/Deque;ILnet/minecraft/server/function/CommandFunctionManager$Tracer;)V
    • toString

      public String toString()
      Overrides:
      toString in class Object