net.minecraft.command

public class FallthroughCommandAction<T extends AbstractServerCommandSource<T>>

implements CommandAction<T>

net.minecraft.commands.execution.tasks.FallthroughTask
net.minecraft.class_8939
net.minecraft.command.FallthroughCommandAction

Field summary

Modifier and TypeField
private static final FallthroughCommandAction<? extends AbstractServerCommandSource<?>>
INSTANCE
field_47169
INSTANCE

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static <T extends AbstractServerCommandSource<T>> CommandAction<T>
instance()
method_54899()
getInstance()
public void
execute(ExecutionContext<T> context, Frame frame)
method_1_126(class_8854<T> arg0, class_8937 arg1)
method_1_126(CommandExecutionContext<T> arg0, Frame arg1)