Package net.minecraft.commands
Class CommandFunction.MacroEntry
java.lang.Object
net.minecraft.commands.CommandFunction.MacroEntry
- All Implemented Interfaces:
CommandFunction.Entry
- Enclosing class:
- CommandFunction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ServerFunctionManager p_299564_, CommandSourceStack p_298428_, Deque<ServerFunctionManager.QueuedCommand> p_299632_, int p_298690_, int p_299006_, ServerFunctionManager.TraceCallbacks p_297793_) substitute
(List<String> p_300217_)
-
Field Details
-
segments
-
parameters
-
-
Constructor Details
-
MacroEntry
-
-
Method Details
-
parameters
-
substitute
-
execute
public void execute(ServerFunctionManager p_299564_, CommandSourceStack p_298428_, Deque<ServerFunctionManager.QueuedCommand> p_299632_, int p_298690_, int p_299006_, @Nullable ServerFunctionManager.TraceCallbacks p_297793_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
execute
in interfaceCommandFunction.Entry
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-