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 SummaryFieldsModifier and TypeFieldDescriptionprivate final InstantiatedFunction<T> private final CommandResultCallbackprivate final boolean
- 
Constructor SummaryConstructorsConstructorDescriptionCallFunction(InstantiatedFunction<T> p_306069_, CommandResultCallback p_309620_, boolean p_309704_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(T p_309553_, ExecutionContext<T> p_305909_, Frame p_309718_) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.commands.execution.UnboundEntryActionbind
- 
Field Details- 
function
- 
resultCallback
- 
returnParentFrameprivate final boolean returnParentFrame
 
- 
- 
Constructor Details- 
CallFunctionpublic CallFunction(InstantiatedFunction<T> p_306069_, CommandResultCallback p_309620_, boolean p_309704_) 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- UnboundEntryAction<T extends ExecutionCommandSource<T>>
 
 
-