Package net.sf.l2j.gameserver.model.zone.form

Examples of net.sf.l2j.gameserver.model.zone.form.ZoneNPoly


 
                    // This runs only at server startup so dont complain :>
                    for (int i=0; i < fl_x.size(); i++) { aX[i] = fl_x.get(i); aY[i] = fl_y.get(i); }
 
                    // Create the zone
                    temp.setZone(new ZoneNPoly(aX, aY, minZ, maxZ));
                  }
                  else
                  {
                    _log.warning("ZoneData: Bad sql data for zone: "+zoneId);
                    rset.close();
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.model.zone.form.ZoneNPoly

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.