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_296313_, CommandSourceStack p_296098_, Deque<ServerFunctionManager.QueuedCommand> p_294982_, int p_295446_, int p_295497_, ServerFunctionManager.TraceCallbacks p_294623_) substitute
(List<String> p_294418_)
-
Field Details
-
segments
-
parameters
-
-
Constructor Details
-
MacroEntry
-
-
Method Details
-
parameters
-
substitute
-
execute
public void execute(ServerFunctionManager p_296313_, CommandSourceStack p_296098_, Deque<ServerFunctionManager.QueuedCommand> p_294982_, int p_295446_, int p_295497_, @Nullable ServerFunctionManager.TraceCallbacks p_294623_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
execute
in interfaceCommandFunction.Entry
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-