Uses of Record Class
net.minecraft.commands.execution.Frame
Packages that use Frame
-
Uses of Frame in net.minecraft.commands.execution
Fields in net.minecraft.commands.execution declared as FrameModifier and TypeFieldDescriptionprivate final FrameCommandQueueEntry.frameThe field for theframerecord component.Methods in net.minecraft.commands.execution that return FrameModifier and TypeMethodDescriptionprivate static <T extends ExecutionCommandSource<T>>
FrameExecutionContext.createTopFrame(ExecutionContext<T> p_310887_, CommandResultCallback p_311060_) ExecutionControl.currentFrame()CommandQueueEntry.frame()Returns the value of theframerecord component.Methods in net.minecraft.commands.execution with parameters of type FrameModifier and TypeMethodDescriptionstatic <T extends ExecutionCommandSource<T>>
ExecutionControl<T>ExecutionControl.create(ExecutionContext<T> p_310088_, Frame p_312154_) voidEntryAction.execute(ExecutionContext<T> p_312387_, Frame p_313236_) voidUnboundEntryAction.execute(T p_311343_, ExecutionContext<T> p_309614_, Frame p_309740_) Constructors in net.minecraft.commands.execution with parameters of type FrameModifierConstructorDescriptionCommandQueueEntry(Frame frame, EntryAction<T> action) Creates an instance of aCommandQueueEntryrecord class. -
Uses of Frame in net.minecraft.commands.execution.tasks
Methods in net.minecraft.commands.execution.tasks with parameters of type FrameModifier and TypeMethodDescriptionvoidBuildContexts.Continuation.execute(ExecutionContext<T> p_310784_, Frame p_310508_) protected voidBuildContexts.execute(T p_309755_, List<T> p_310231_, ExecutionContext<T> p_311779_, Frame p_313162_, ChainModifiers p_310618_) voidBuildContexts.TopLevel.execute(ExecutionContext<T> p_310161_, Frame p_311746_) voidBuildContexts.Unbound.execute(T p_310320_, ExecutionContext<T> p_313071_, Frame p_310123_) voidCallFunction.execute(T p_312557_, ExecutionContext<T> p_312618_, Frame p_310825_) voidContinuationTask.execute(ExecutionContext<T> p_310507_, Frame p_311035_) voidExecuteCommand.execute(T p_310632_, ExecutionContext<T> p_310757_, Frame p_311301_) voidFallthroughTask.execute(ExecutionContext<T> p_311441_, Frame p_309937_) voidIsolatedCall.execute(ExecutionContext<T> p_312137_, Frame p_311608_) static <T,P> void ContinuationTask.schedule(ExecutionContext<T> p_311894_, Frame p_312100_, List<P> p_310159_, ContinuationTask.TaskProvider<T, P> p_309687_) protected voidBuildContexts.traceCommandStart(ExecutionContext<T> p_311913_, Frame p_312311_) Constructors in net.minecraft.commands.execution.tasks with parameters of type FrameModifierConstructorDescriptionprivateContinuationTask(ContinuationTask.TaskProvider<T, P> p_312248_, List<P> p_311891_, Frame p_311182_)