Package net.citizensnpcs.questers

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


  @Override
  public void saveState(HumanNPC npc) {
    if (exists(npc)) {
      setEnabled(npc, npc.isType("quester"));
      Quester quester = npc.getType("quester");
      quester.save(profiles, npc.getUID());
    }
  }

  @Override
  public void setEnabled(HumanNPC npc, boolean value) {
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.