Package net.minecraft.commands
Class CommandFunction.MacroEntry
java.lang.Object
net.minecraft.commands.CommandFunction.MacroEntry
- All Implemented Interfaces:
- CommandFunction.Entry
- Enclosing class:
- CommandFunction
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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
- 
executepublic 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 interface- CommandFunction.Entry
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
 
-