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 TypeMethodDescriptionvoidclass_8939.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidclass_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_8937CommandQueueEntry.frameThe field for theframerecord component.Methods in net.minecraft.command that return class_8937Modifier and TypeMethodDescriptionCommandQueueEntry.frame()Returns the value of theframerecord 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) voidCommandAction.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidCommandFunctionAction.execute(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) voidFixedCommandAction.execute(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) protected voidSingleCommandAction.execute(T t, List<T> list, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937, class_8936 class_8936) voidSingleCommandAction.MultiSource.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidSingleCommandAction.SingleSource.execute(CommandExecutionContext<T> context, class_8937 class_8937) voidSingleCommandAction.Sourced.execute(T t, CommandExecutionContext<T> commandExecutionContext, class_8937 class_8937) voidSourcedCommandAction.execute(T source, CommandExecutionContext<T> context, class_8937 class_8937) voidSteppedCommandAction.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 voidSingleCommandAction.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) privateSteppedCommandAction(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, class_8937 class_8937)