Package org.mctourney.autoreferee.commands

Examples of org.mctourney.autoreferee.commands.AdminCommands


    pm.registerEvents(practice, this);

    // user interface commands in a custom command manager
    commandManager = new CommandManager();
    commandManager.registerCommands(new PlayerCommands(this), this);
    commandManager.registerCommands(new AdminCommands(this), this);
    commandManager.registerCommands(new SpectatorCommands(this), this);
    commandManager.registerCommands(new ConfigurationCommands(this), this);
    commandManager.registerCommands(new ScoreboardCommands(this), this);

    commandManager.registerCommands(lobbyListener, this);
View Full Code Here

TOP

Related Classes of org.mctourney.autoreferee.commands.AdminCommands

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.