Package net.minecraft.server.function
Class CommandFunction.MacroElement
java.lang.Object
net.minecraft.server.function.CommandFunction.MacroElement
- 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$MacroElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength, int depth, CommandFunctionManager.Tracer tracer) getCommand(List<String> arguments)
-
Field Details
-
parts
- 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 partsLnet/minecraft/server/function/CommandFunction$MacroElement;parts:Ljava/util/List;
-
variables
- 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 variablesLnet/minecraft/server/function/CommandFunction$MacroElement;variables:Ljava/util/List;
-
-
Constructor Details
-
MacroElement
- Mappings:
Namespace Name Mixin selector official <init>Ldn$f;<init>(Ljava/util/List;Ljava/util/List;)Vintermediary <init>Lnet/minecraft/class_2158$class_8642;<init>(Ljava/util/List;Ljava/util/List;)Vnamed <init>Lnet/minecraft/server/function/CommandFunction$MacroElement;<init>(Ljava/util/List;Ljava/util/List;)V
-
-
Method Details
-
getVariables
- 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 getVariablesLnet/minecraft/server/function/CommandFunction$MacroElement;getVariables()Ljava/util/List;
-
getCommand
- 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 getCommandLnet/minecraft/server/function/CommandFunction$MacroElement;getCommand(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
-