Package com.flansmod.common.teams

Examples of com.flansmod.common.teams.CommandTeams


  /** Teams command register method */
  @EventHandler
  public void registerCommand(FMLServerStartedEvent e)
  {
    CommandHandler handler = ((CommandHandler)FMLCommonHandler.instance().getSidedDelegate().getServer().getCommandManager());
    handler.registerCommand(new CommandTeams());
  }
View Full Code Here

TOP

Related Classes of com.flansmod.common.teams.CommandTeams

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.