Uses of Record Class
net.minecraft.command.Frame
-
Uses of Frame in net.minecraft.command
Modifier and TypeFieldDescriptionprivate final Frame
CommandQueueEntry.frame
The field for theframe
record component.Modifier and TypeMethodDescriptionprivate static <T extends AbstractServerCommandSource<T>>
FrameCommandExecutionContext.frame
(CommandExecutionContext<T> context, ReturnValueConsumer returnValueConsumer) CommandQueueEntry.frame()
Returns the value of theframe
record component.ExecutionControl.getFrame()
Modifier and TypeMethodDescriptionstatic <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) void
CommandAction.execute
(CommandExecutionContext<T> context, Frame frame) void
CommandFunctionAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) void
FallthroughCommandAction.execute
(CommandExecutionContext<T> context, Frame frame) void
FixedCommandAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) void
IsolatedCommandAction.execute
(CommandExecutionContext<T> context, Frame frame) protected void
SingleCommandAction.execute
(T baseSource, List<T> sources, CommandExecutionContext<T> context, Frame frame, ExecutionFlags flags) void
SingleCommandAction.MultiSource.execute
(CommandExecutionContext<T> context, Frame frame) void
SingleCommandAction.SingleSource.execute
(CommandExecutionContext<T> context, Frame frame) void
SingleCommandAction.Sourced.execute
(T t, CommandExecutionContext<T> commandExecutionContext, Frame frame) void
SourcedCommandAction.execute
(T source, CommandExecutionContext<T> context, Frame frame) void
SteppedCommandAction.execute
(CommandExecutionContext<T> context, Frame frame) static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>ExecutionControl.of
(CommandExecutionContext<T> context, Frame frame) protected void
SingleCommandAction.traceCommandStart
(CommandExecutionContext<T> context, Frame frame) ModifierConstructorDescriptionCommandQueueEntry
(Frame frame, CommandAction<T> commandAction) private
SteppedCommandAction
(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame)