Companion

public class Companion

Properties

Link copied to clipboard
public final static Component.Companion INSTANCE

Functions

Link copied to clipboard
public final static Component of(Runnable runnable)

Creates a component using the provided runnable.

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

Creates a component using the provided runnable and defaultCommand.

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

Creates a component using the provided runnable and defaultCommandSupplier.