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