of

public final static Component of(Runnable runnable)

Creates a component using the provided runnable.


public final static Component of(Runnable runnable, Supplier<Command> defaultCommandSupplier)

Creates a component using the provided runnable and defaultCommandSupplier.


public final static Component of(Runnable runnable, Command defaultCommand)

Creates a component using the provided runnable and defaultCommand.