CommandGroup
A type of command that uses multiple commands, joining all their requirements.
Parameters
requireJoined
whether the requirements of the commands should not intersect.
See also
Inheritors
Constructors
Link copied to clipboard
public CommandGroup CommandGroup(Boolean requireJoined, Array<? extends Command> commands, Boolean isInterruptable)