Package games.stendhal.server.core.account

Examples of games.stendhal.server.core.account.CharacterCreator.create()


    return creator.create();
  }

  public CharacterResult createCharacter(final String username, final String character, final RPObject template) {
    final CharacterCreator creator = new CharacterCreator(username, character, template);
    return creator.create();
  }

  public RPServerManager getRPManager() {
    return rpman;
  }
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.