Package me.taylorkelly.bigbrother.commands

Examples of me.taylorkelly.bigbrother.commands.UpdateCommand


        pm.registerEvent(Event.Type.BLOCK_PLACE, stickListener, Priority.Low, this);
       
       
        BBCommand bbc = new BBCommand(this);
        bbc.registerExecutor("version", new VersionCommand(this));
        bbc.registerExecutor("update", new UpdateCommand(this));
        bbc.registerExecutor("watch", new WatchCommand(this));
        bbc.registerExecutor("watched", new WatchedCommand(this));
        bbc.registerExecutor("unwatched", new UnwatchedCommand(this));
        bbc.registerExecutor("cleanse", new CleanseCommand(this));
        bbc.registerExecutor("rollback", new RollbackCommand(this));
View Full Code Here

TOP

Related Classes of me.taylorkelly.bigbrother.commands.UpdateCommand

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.