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 xb$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 Lxb$b;a:Ldg;
      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;
    • field_33549

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

      private final CommandFunction.Element element
      Mappings:
      Namespace Name Mixin selector
      official c Lxb$b;c:Ldd$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 serverCommandSource, int int2, CommandFunction.Element element)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lxb$b;<init>(Ldg;ILdd$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 commandFunctionManager, Deque<CommandFunctionManager.Entry> deque, int int2, @Nullable @Nullable CommandFunctionManager.class_6346 class_6346)
      Mappings:
      Namespace Name Mixin selector
      official a Lxb$b;a(Lxb;Ljava/util/Deque;ILxb$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$class_6346;)V
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lxb$b;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_2991$class_2992;toString()Ljava/lang/String;
      named toString Lnet/minecraft/server/function/CommandFunctionManager$Entry;toString()Ljava/lang/String;