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 official gwintermediary net/minecraft/class_8863named net/minecraft/command/SteppedCommandAction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate final CommandQueueEntry<T>private final SteppedCommandAction.ActionWrapper<T,P> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSteppedCommandAction(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame) -
Method Summary
Modifier 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 official aLgw;a:Lgw$a;intermediary field_46748Lnet/minecraft/class_8863;field_46748:Lnet/minecraft/class_8863$class_8864;named wrapperLnet/minecraft/command/SteppedCommandAction;wrapper:Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;
-
actions
- Mappings:
Namespace Name Mixin selector official bLgw;b:Ljava/util/List;intermediary field_46749Lnet/minecraft/class_8863;field_46749:Ljava/util/List;named actionsLnet/minecraft/command/SteppedCommandAction;actions:Ljava/util/List;
-
selfCommandQueueEntry
- Mappings:
Namespace Name Mixin selector official cLgw;c:Lgk;intermediary field_46750Lnet/minecraft/class_8863;field_46750:Lnet/minecraft/class_8847;named selfCommandQueueEntryLnet/minecraft/command/SteppedCommandAction;selfCommandQueueEntry:Lnet/minecraft/command/CommandQueueEntry;
-
nextActionIndex
private int nextActionIndex- Mappings:
Namespace Name Mixin selector official dLgw;d:Iintermediary field_46751Lnet/minecraft/class_8863;field_46751:Inamed nextActionIndexLnet/minecraft/command/SteppedCommandAction;nextActionIndex:I
-
-
Constructor Details
-
SteppedCommandAction
private SteppedCommandAction(SteppedCommandAction.ActionWrapper<T, P> wrapper, List<P> actions, Frame frame) - Mappings:
Namespace Name Mixin selector official <init>Lgw;<init>(Lgw$a;Ljava/util/List;Lgq;)Vintermediary <init>Lnet/minecraft/class_8863;<init>(Lnet/minecraft/class_8863$class_8864;Ljava/util/List;Lnet/minecraft/class_8937;)Vnamed <init>Lnet/minecraft/command/SteppedCommandAction;<init>(Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;Ljava/util/List;Lnet/minecraft/command/Frame;)V
-
-
Method Details
-
execute
- Specified by:
executein interfaceCommandAction<T>- Mappings:
Namespace Name Mixin selector official executeLgn;execute(Lgo;Lgq;)Vintermediary executeLnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Vnamed executeLnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)V
-
enqueueCommands
public static <T,P> void enqueueCommands(CommandExecutionContext<T> context, Frame frame, List<P> actions, SteppedCommandAction.ActionWrapper<T, P> wrapper) - Mappings:
Namespace Name Mixin selector official aLgw;a(Lgo;Lgq;Ljava/util/List;Lgw$a;)Vintermediary method_54414Lnet/minecraft/class_8863;method_54414(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;Ljava/util/List;Lnet/minecraft/class_8863$class_8864;)Vnamed enqueueCommandsLnet/minecraft/command/SteppedCommandAction;enqueueCommands(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;Ljava/util/List;Lnet/minecraft/command/SteppedCommandAction$ActionWrapper;)V
-