Package net.bnubot.util.music

Examples of net.bnubot.util.music.MusicController.play()


    Profile.registerCommand("play", new CommandRunnable() {
      @Override
      public void run(Connection source, BNetUser user, String param, String[] params, boolean whisperBack, Account commanderAccount, boolean superUser)
      throws Exception {
        MusicController mc = MusicControllerFactory.getMusicController();
        mc.play();
      }});
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.