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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(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:
 executein interfaceCommandFunction.Entry- Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 
 -