Package net.minecraft.server.function
Interface CommandFunction.Element
- All Known Implementing Classes:
CommandFunction.CommandElement,CommandFunction.FunctionElement
- Enclosing class:
- CommandFunction
public static interface CommandFunction.Element
- Mappings:
Namespace Name official cy$cintermediary net/minecraft/class_2158$class_2161named net/minecraft/server/function/CommandFunction$Element
-
Method Summary
Modifier and Type Method Description voidexecute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength)
-
Method Details
-
execute
void execute(CommandFunctionManager manager, ServerCommandSource source, Deque<CommandFunctionManager.Entry> entries, int maxChainLength) throws com.mojang.brigadier.exceptions.CommandSyntaxException- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
Namespace Name Mixin selector official aLcy$c;a(Lwn;Ldb;Ljava/util/Deque;I)Vintermediary method_9198Lnet/minecraft/class_2158$class_2161;method_9198(Lnet/minecraft/class_2991;Lnet/minecraft/class_2168;Ljava/util/Deque;I)Vnamed executeLnet/minecraft/server/function/CommandFunction$Element;execute(Lnet/minecraft/server/function/CommandFunctionManager;Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Deque;I)V
-