Package net.minecraft.commands
Class CommandFunction.FunctionEntry
java.lang.Object
net.minecraft.commands.CommandFunction.FunctionEntry
- All Implemented Interfaces:
CommandFunction.Entry
- Enclosing class:
- CommandFunction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ServerFunctionManager p_164902_, CommandSourceStack p_164903_, Deque<ServerFunctionManager.QueuedCommand> p_164904_, int p_164905_, int p_164906_, ServerFunctionManager.TraceCallbacks p_164907_) toString()
-
Field Details
-
function
-
-
Constructor Details
-
FunctionEntry
-
-
Method Details
-
execute
public void execute(ServerFunctionManager p_164902_, CommandSourceStack p_164903_, Deque<ServerFunctionManager.QueuedCommand> p_164904_, int p_164905_, int p_164906_, @Nullable ServerFunctionManager.TraceCallbacks p_164907_) - Specified by:
execute
in interfaceCommandFunction.Entry
-
toString
-