Package net.minecraft.command
Class SteppedCommandAction<T,P> 
java.lang.Object
net.minecraft.command.SteppedCommandAction<T,P> 
- All Implemented Interfaces:
- CommandAction<T>
- Mappings:
- Namespace - Name - named - net/minecraft/command/SteppedCommandAction- intermediary - net/minecraft/class_8863- official - ht
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate intprivate final CommandQueueEntry<T> private final SteppedCommandAction.ActionWrapper<T, P> 
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateSteppedCommandAction(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T,P> void enqueueCommands(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) voidexecute(CommandExecutionContext<T> context, Frame frame) 
- 
Field Details- 
wrapper- Mappings:
- Namespace - Name - Mixin selector - named - wrapper- Lnet/minecraft/command/SteppedCommandAction;wrapper:Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;- intermediary - field_46748- Lnet/minecraft/class_8863;field_46748:Lnet/minecraft/class_8863$class_8864;- official - a- Lht;a:Lht$a;
 
- 
actions- Mappings:
- Namespace - Name - Mixin selector - named - actions- Lnet/minecraft/command/SteppedCommandAction;actions:Ljava/util/List;- intermediary - field_46749- Lnet/minecraft/class_8863;field_46749:Ljava/util/List;- official - b- Lht;b:Ljava/util/List;
 
- 
selfCommandQueueEntry- Mappings:
- Namespace - Name - Mixin selector - named - selfCommandQueueEntry- Lnet/minecraft/command/SteppedCommandAction;selfCommandQueueEntry:Lnet/minecraft/command/CommandQueueEntry;- intermediary - field_46750- Lnet/minecraft/class_8863;field_46750:Lnet/minecraft/class_8847;- official - c- Lht;c:Lhh;
 
- 
nextActionIndexprivate int nextActionIndex- Mappings:
- Namespace - Name - Mixin selector - named - nextActionIndex- Lnet/minecraft/command/SteppedCommandAction;nextActionIndex:I- intermediary - field_46751- Lnet/minecraft/class_8863;field_46751:I- official - d- Lht;d:I
 
 
- 
- 
Constructor Details- 
SteppedCommandActionprivate SteppedCommandAction(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/command/SteppedCommandAction;<init>(Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;Ljava/util/List;Lnet/minecraft/command/Frame;)V- intermediary - <init>- Lnet/minecraft/class_8863;<init>(Lnet/minecraft/class_8863$class_8864;Ljava/util/List;Lnet/minecraft/class_8937;)V- official - <init>- Lht;<init>(Lht$a;Ljava/util/List;Lhn;)V
 
 
- 
- 
Method Details- 
execute- Specified by:
- executein interface- CommandAction<T>
- Mappings:
- Namespace - Name - Mixin selector - named - execute- Lnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)V- intermediary - execute- Lnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)V- official - execute- Lhk;execute(Lhl;Lhn;)V
 
- 
enqueueCommandspublic static <T,P> void enqueueCommands(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) - Mappings:
- Namespace - Name - Mixin selector - named - enqueueCommands- Lnet/minecraft/command/SteppedCommandAction;enqueueCommands(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;Ljava/util/List;Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;)V- intermediary - method_54414- Lnet/minecraft/class_8863;method_54414(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;Ljava/util/List;Lnet/minecraft/class_8863$class_8864;)V- official - a- Lht;a(Lhl;Lhn;Ljava/util/List;Lht$a;)V
 
 
-