类 CallFunction<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.commands.execution.tasks.CallFunction<T>
- 所有已实现的接口:
UnboundEntryAction<T>
public class CallFunction<T extends ExecutionCommandSource<T>>
extends Object
implements UnboundEntryAction<T>
-
字段概要
字段修饰符和类型字段说明private final InstantiatedFunction
<T> private final CommandResultCallback
private final boolean
-
构造器概要
构造器构造器说明CallFunction
(InstantiatedFunction<T> p_306069_, CommandResultCallback p_309620_, boolean p_309704_) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.commands.execution.UnboundEntryAction
bind
-
字段详细资料
-
function
-
resultCallback
-
returnParentFrame
private final boolean returnParentFrame
-
-
构造器详细资料
-
CallFunction
public CallFunction(InstantiatedFunction<T> p_306069_, CommandResultCallback p_309620_, boolean p_309704_)
-
-
方法详细资料
-
execute
- 指定者:
execute
在接口中UnboundEntryAction<T extends ExecutionCommandSource<T>>
-