SelectCommand
class SelectCommand @JvmOverloads constructor(command: Supplier<Command>, val requirements: Set<Component> = emptySet()) : Command
A command that runs the specified command every time it is scheduled.
Properties
Functions
Link copied to clipboard
Runs repeatedly until isFinished returns true.
Link copied to clipboard
Returns whether this command is finished.