Uses of Record Class
net.minecraft.class_8937
Packages that use class_8937
-
Uses of class_8937 in net.minecraft
Methods in net.minecraft with parameters of type class_8937Modifier and TypeMethodDescriptionvoid
class_8939.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
class_8940.execute
(CommandExecutionContext<T> context, class_8937 class_8937) -
Uses of class_8937 in net.minecraft.command
Fields in net.minecraft.command declared as class_8937Modifier and TypeFieldDescriptionprivate final class_8937
CommandQueueEntry.frame
The field for theframe
record component.Methods in net.minecraft.command that return class_8937Modifier and TypeMethodDescriptionCommandQueueEntry.frame()
Returns the value of theframe
record component.private static <T extends AbstractServerCommandSource<T>>
class_8937CommandExecutionContext.method_54889
(CommandExecutionContext<T> commandExecutionContext, class_8935 class_8935) ExecutionControl.method_54893()
Methods in net.minecraft.command with parameters of type class_8937Modifier and TypeMethodDescriptionSteppedCommandAction.ActionWrapper.create
(class_8937 class_8937, P action) static <T,
P> void SteppedCommandAction.enqueueCommands
(CommandExecutionContext<T> context, class_8937 class_8937, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) void
CommandAction.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
CommandFunctionAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) void
FixedCommandAction.execute
(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) protected void
SingleCommandAction.execute
(T t, List<T> list, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937, class_8936 class_8936) void
SingleCommandAction.MultiSource.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
SingleCommandAction.SingleSource.execute
(CommandExecutionContext<T> context, class_8937 class_8937) void
SingleCommandAction.Sourced.execute
(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) void
SourcedCommandAction.execute
(T source, CommandExecutionContext<T> context, class_8937 class_8937) void
SteppedCommandAction.execute
(CommandExecutionContext<T> context, class_8937 class_8937) static <T extends AbstractServerCommandSource<T>>
ExecutionControl<T>ExecutionControl.method_54892
(CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) protected void
SingleCommandAction.traceCommandStart
(CommandExecutionContext<T> context, class_8937 class_8937) Constructors in net.minecraft.command with parameters of type class_8937ModifierConstructorDescriptionCommandQueueEntry
(class_8937 class_8937, CommandAction<T> commandAction) private
SteppedCommandAction
(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, class_8937 class_8937)