Class CallFunction<T extends ExecutionCommandSource<T>>
java.lang.Object
net.minecraft.commands.execution.tasks.CallFunction<T>
- All Implemented Interfaces:
UnboundEntryAction<T>
public class CallFunction<T extends ExecutionCommandSource<T>>
extends Object
implements UnboundEntryAction<T>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final InstantiatedFunction<T>
private final CommandResultCallback
private final boolean
-
Constructor Summary
ConstructorDescriptionCallFunction
(InstantiatedFunction<T> p_311175_, CommandResultCallback p_310950_, boolean p_309425_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(T p_312557_, ExecutionContext<T> p_312618_, Frame p_310825_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.commands.execution.UnboundEntryAction
bind
-
Field Details
-
function
-
resultCallback
-
returnParentFrame
private final boolean returnParentFrame
-
-
Constructor Details
-
CallFunction
public CallFunction(InstantiatedFunction<T> p_311175_, CommandResultCallback p_310950_, boolean p_309425_)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceUnboundEntryAction<T extends ExecutionCommandSource<T>>
-