Uses of Interface
net.minecraft.commands.execution.Frame.FrameControl
Packages that use Frame.FrameControl
-
Uses of Frame.FrameControl in net.minecraft.commands.execution
Fields in net.minecraft.commands.execution declared as Frame.FrameControlModifier and TypeFieldDescriptionprivate final Frame.FrameControl
Frame.frameControl
The field for theframeControl
record component.Methods in net.minecraft.commands.execution that return Frame.FrameControlModifier and TypeMethodDescriptionFrame.frameControl()
Returns the value of theframeControl
record 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 aFrame
record class.