Package net.citizensnpcs.questers

Examples of net.citizensnpcs.questers.Quester.load()


  @Override
  public void loadState(HumanNPC npc) {
    if (!npc.isType("quester"))
      npc.registerType("quester");
    Quester quester = npc.getType("quester");
    quester.load(profiles, npc.getUID());
    saveState(npc);
  }

  @Override
  public void saveState(HumanNPC npc) {
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.