Package net.minecraft.server.function
Class CommandFunction.class_8642
java.lang.Object
net.minecraft.server.function.CommandFunction.class_8642
- All Implemented Interfaces:
CommandFunction.Element
- Enclosing class:
CommandFunction
- Mappings:
Namespace Name official dn$fintermediary net/minecraft/class_2158$class_8642named net/minecraft/server/function/CommandFunction$class_8642
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) method_52599(List<String> list)
-
Field Details
-
field_45152
- Mappings:
Namespace Name Mixin selector official aLdn$f;a:Ljava/util/List;intermediary field_45152Lnet/minecraft/class_2158$class_8642;field_45152:Ljava/util/List;named field_45152Lnet/minecraft/server/function/CommandFunction$class_8642;field_45152:Ljava/util/List;
-
field_45153
- Mappings:
Namespace Name Mixin selector official bLdn$f;b:Ljava/util/List;intermediary field_45153Lnet/minecraft/class_2158$class_8642;field_45153:Ljava/util/List;named field_45153Lnet/minecraft/server/function/CommandFunction$class_8642;field_45153:Ljava/util/List;
-
-
Constructor Details
-
class_8642
-
-
Method Details
-
method_52598
- Mappings:
Namespace Name Mixin selector official aLdn$f;a()Ljava/util/List;intermediary method_52598Lnet/minecraft/class_2158$class_8642;method_52598()Ljava/util/List;named method_52598Lnet/minecraft/server/function/CommandFunction$class_8642;method_52598()Ljava/util/List;
-
method_52599
- Mappings:
Namespace Name Mixin selector official aLdn$f;a(Ljava/util/List;)Ljava/lang/String;intermediary method_52599Lnet/minecraft/class_2158$class_8642;method_52599(Ljava/util/List;)Ljava/lang/String;named method_52599Lnet/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:
executein interfaceCommandFunction.Element- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official executeLdn$d;execute(Lafd;Lds;Ljava/util/Deque;IILafd$c;)Vintermediary method_9198Lnet/minecraft/class_2158$class_2161;method_9198(Lnet/minecraft/class_2991;Lnet/minecraft/class_2168;Ljava/util/Deque;IILnet/minecraft/class_2991$class_6346;)Vnamed executeLnet/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
-