Examples of saveCropData()


Examples of net.sf.l2j.gameserver.model.entity.Castle.saveCropData()

          castle.setCropProcure(new FastList<CropProcure>(), CastleManorManager.PERIOD_CURRENT);
          castle.setCropProcure(new FastList<CropProcure>(), CastleManorManager.PERIOD_NEXT);
          castle.setSeedProduction(new FastList<SeedProduction>(), CastleManorManager.PERIOD_CURRENT);
          castle.setSeedProduction(new FastList<SeedProduction>(), CastleManorManager.PERIOD_NEXT);
          if (Config.ALT_MANOR_SAVE_ALL_ACTIONS) {
            castle.saveCropData();
            castle.saveSeedData();
          }
        }
        activeChar.sendMessage("Manor data was nulled");
      }
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.