Uses of Interface
net.minecraft.commands.execution.Frame.FrameControl
Packages that use Frame.FrameControl
- 
Uses of Frame.FrameControl in net.minecraft.commands.executionFields in net.minecraft.commands.execution declared as Frame.FrameControlModifier and TypeFieldDescriptionprivate final Frame.FrameControlFrame.frameControlThe field for theframeControlrecord component.Methods in net.minecraft.commands.execution that return Frame.FrameControlModifier and TypeMethodDescriptionFrame.frameControl()Returns the value of theframeControlrecord component.ExecutionContext.frameControlForDepth(int p_309645_) Constructors in net.minecraft.commands.execution with parameters of type Frame.FrameControlModifierConstructorDescriptionFrame(int depth, CommandResultCallback returnValueConsumer, Frame.FrameControl frameControl) Creates an instance of aFramerecord class.