Package net.minecraft.commands
Interface CommandFunction.Entry
- All Known Implementing Classes:
 CommandFunction.CommandEntry,CommandFunction.FunctionEntry,CommandFunction.MacroEntry
- Enclosing class:
 - CommandFunction
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ServerFunctionManager p_164885_, CommandSourceStack p_164886_, Deque<ServerFunctionManager.QueuedCommand> p_164887_, int p_164888_, int p_164889_, ServerFunctionManager.TraceCallbacks p_164890_)  
- 
Method Details
- 
execute
void execute(ServerFunctionManager p_164885_, CommandSourceStack p_164886_, Deque<ServerFunctionManager.QueuedCommand> p_164887_, int p_164888_, int p_164889_, @Nullable ServerFunctionManager.TraceCallbacks p_164890_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 
 -