Package net.minecraft.server.function
Class CommandFunctionManager.Entry
java.lang.Object
net.minecraft.server.function.CommandFunctionManager.Entry
- Enclosing class:
- CommandFunctionManager
- Mappings:
Namespace Name official xb$bintermediary net/minecraft/class_2991$class_2992named net/minecraft/server/function/CommandFunctionManager$Entry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CommandFunction.Elementprivate intprivate ServerCommandSource -
Constructor Summary
ConstructorsConstructorDescriptionEntry(ServerCommandSource serverCommandSource, int int2, CommandFunction.Element element) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandFunctionManager commandFunctionManager, Deque<CommandFunctionManager.Entry> deque, int int2, @Nullable CommandFunctionManager.class_6346 class_6346)toString()
-
Field Details
-
source
- Mappings:
Namespace Name Mixin selector official aLxb$b;a:Ldg;intermediary field_13424Lnet/minecraft/class_2991$class_2992;field_13424:Lnet/minecraft/class_2168;named sourceLnet/minecraft/server/function/CommandFunctionManager$Entry;source:Lnet/minecraft/server/command/ServerCommandSource;
-
field_33549
private final int field_33549- Mappings:
Namespace Name Mixin selector official bLxb$b;b:Iintermediary field_33549Lnet/minecraft/class_2991$class_2992;field_33549:Inamed field_33549Lnet/minecraft/server/function/CommandFunctionManager$Entry;field_33549:I
-
element
- Mappings:
Namespace Name Mixin selector official cLxb$b;c:Ldd$c;intermediary field_13425Lnet/minecraft/class_2991$class_2992;field_13425:Lnet/minecraft/class_2158$class_2161;named elementLnet/minecraft/server/function/CommandFunctionManager$Entry;element:Lnet/minecraft/server/function/CommandFunction$Element;
-
-
Constructor Details
-
Entry
- Mappings:
Namespace Name Mixin selector official <init>Lxb$b;<init>(Ldg;ILdd$c;)Vintermediary <init>Lnet/minecraft/class_2991$class_2992;<init>(Lnet/minecraft/class_2168;ILnet/minecraft/class_2158$class_2161;)Vnamed <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 aLxb$b;a(Lxb;Ljava/util/Deque;ILxb$c;)Vintermediary method_12914Lnet/minecraft/class_2991$class_2992;method_12914(Lnet/minecraft/class_2991;Ljava/util/Deque;ILnet/minecraft/class_2991$class_6346;)Vnamed executeLnet/minecraft/server/function/CommandFunctionManager$Entry;execute(Lnet/minecraft/server/function/CommandFunctionManager;Ljava/util/Deque;ILnet/minecraft/server/function/CommandFunctionManager$class_6346;)V
-
toString
- Overrides:
toStringin classObject- Mappings:
Namespace Name Mixin selector official toStringLxb$b;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2991$class_2992;toString()Ljava/lang/String;named toStringLnet/minecraft/server/function/CommandFunctionManager$Entry;toString()Ljava/lang/String;
-