Class FallthroughCommandAction<T extends AbstractServerCommandSource<T>>

java.lang.Object
net.minecraft.command.FallthroughCommandAction<T>
All Implemented Interfaces:
CommandAction<T>

public class FallthroughCommandAction<T extends AbstractServerCommandSource<T>> extends Object implements CommandAction<T>
Mappings:
Namespace Name
named net/minecraft/command/FallthroughCommandAction
intermediary net/minecraft/class_8939
official ii
  • Field Details Link icon

    • INSTANCE Link icon

      private static final FallthroughCommandAction<? extends AbstractServerCommandSource<?>> INSTANCE
      Mappings:
      Namespace Name Mixin selector
      named INSTANCE Lnet/minecraft/command/FallthroughCommandAction;INSTANCE:Lnet/minecraft/command/FallthroughCommandAction;
      intermediary field_47169 Lnet/minecraft/class_8939;field_47169:Lnet/minecraft/class_8939;
      official a Lii;a:Lii;
  • Constructor Details Link icon

    • FallthroughCommandAction Link icon

      public FallthroughCommandAction()
  • Method Details Link icon

    • getInstance Link icon

      public static <T extends AbstractServerCommandSource<T>> CommandAction<T> getInstance()
      Mappings:
      Namespace Name Mixin selector
      named getInstance Lnet/minecraft/command/FallthroughCommandAction;getInstance()Lnet/minecraft/command/CommandAction;
      intermediary method_54899 Lnet/minecraft/class_8939;method_54899()Lnet/minecraft/class_8853;
      official a Lii;a()Lhw;
    • execute Link icon

      public void execute(CommandExecutionContext<T> context, Frame frame)
      Specified by:
      execute in interface CommandAction<T extends AbstractServerCommandSource<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 Lhw;execute(Lhx;Lhz;)V