Package net.minecraft.command
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/FallthroughCommandActionintermediary net/minecraft/class_8939official hx
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final FallthroughCommandAction<? extends AbstractServerCommandSource<?>>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(CommandExecutionContext<T> context, Frame frame) static <T extends AbstractServerCommandSource<T>>
CommandAction<T>  
- 
Field Details
- 
INSTANCE
- Mappings:
 Namespace Name Mixin selector named INSTANCELnet/minecraft/command/FallthroughCommandAction;INSTANCE:Lnet/minecraft/command/FallthroughCommandAction;intermediary field_47169Lnet/minecraft/class_8939;field_47169:Lnet/minecraft/class_8939;official aLhx;a:Lhx;
 
 - 
 - 
Constructor Details
- 
FallthroughCommandAction
public FallthroughCommandAction() 
 - 
 - 
Method Details
- 
getInstance
- Mappings:
 Namespace Name Mixin selector named getInstanceLnet/minecraft/command/FallthroughCommandAction;getInstance()Lnet/minecraft/command/CommandAction;intermediary method_54899Lnet/minecraft/class_8939;method_54899()Lnet/minecraft/class_8853;official aLhx;a()Lhm;
 - 
execute
- Specified by:
 executein interfaceCommandAction<T extends AbstractServerCommandSource<T>>- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)Vintermediary executeLnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)Vofficial executeLhm;execute(Lhn;Lhp;)V
 
 -