Class CommandCollection<T>

java.lang.Object
redempt.ordinate.parser.CommandCollection<T>
Type Parameters:
T - The sender type

public class CommandCollection<T> extends Object
Represents a collection of parsed commands ready to be registered
  • Constructor Details

  • Method Details

    • register

      public void register()
      Registers all commands in the collection
    • getCommands

      public List<CommandBase<T>> getCommands()
      Returns:
      The parsed commands