类 CommandFunction.FunctionEntry
java.lang.Object
net.minecraft.commands.CommandFunction.FunctionEntry
- 所有已实现的接口:
CommandFunction.Entry
- 封闭类:
- CommandFunction
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
execute
(ServerFunctionManager pFunctionManager, CommandSourceStack pSource, Deque<ServerFunctionManager.QueuedCommand> pQueuedCommands, int pCommandLimit, int pDepth, ServerFunctionManager.TraceCallbacks pTracer) toString()
-
字段详细资料
-
function
-
-
构造器详细资料
-
FunctionEntry
-
-
方法详细资料
-
execute
public void execute(ServerFunctionManager pFunctionManager, CommandSourceStack pSource, Deque<ServerFunctionManager.QueuedCommand> pQueuedCommands, int pCommandLimit, int pDepth, @Nullable ServerFunctionManager.TraceCallbacks pTracer) - 指定者:
execute
在接口中CommandFunction.Entry
-
toString
-