BasicCommand

public final class BasicCommand extends Command

A command that executes the provided runnable once. Easily decorated.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Whether this command can be interrupted by another command.

Functions

Link copied to clipboard
public Unit execute()

Runs repeatedly until isFinished returns true.

Link copied to clipboard

Returns whether this command is finished.

Link copied to clipboard

Whether this command can be interrupted by another command.

Link copied to clipboard
public Unit setInterruptable(Boolean isInterruptable)

Whether this command can be interrupted by another command.