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 official gy
intermediary net/minecraft/class_8939
named net/minecraft/command/FallthroughCommandAction
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final FallthroughCommandAction<? extends AbstractServerCommandSource<?>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(CommandExecutionContext<T> context, Frame frame) static <T extends AbstractServerCommandSource<T>>
CommandAction<T>
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lgy;a:Lgy;
intermediary field_47169
Lnet/minecraft/class_8939;field_47169:Lnet/minecraft/class_8939;
named INSTANCE
Lnet/minecraft/command/FallthroughCommandAction;INSTANCE:Lnet/minecraft/command/FallthroughCommandAction;
-
-
Constructor Details
-
FallthroughCommandAction
public FallthroughCommandAction()
-
-
Method Details
-
getInstance
- Mappings:
Namespace Name Mixin selector official a
Lgy;a()Lgn;
intermediary method_54899
Lnet/minecraft/class_8939;method_54899()Lnet/minecraft/class_8853;
named getInstance
Lnet/minecraft/command/FallthroughCommandAction;getInstance()Lnet/minecraft/command/CommandAction;
-
execute
- Specified by:
execute
in interfaceCommandAction<T extends AbstractServerCommandSource<T>>
- Mappings:
Namespace Name Mixin selector official execute
Lgn;execute(Lgo;Lgq;)V
intermediary execute
Lnet/minecraft/class_8853;execute(Lnet/minecraft/class_8854;Lnet/minecraft/class_8937;)V
named execute
Lnet/minecraft/command/CommandAction;execute(Lnet/minecraft/command/CommandExecutionContext;Lnet/minecraft/command/Frame;)V
-