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

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


                      break;
                    }
                  }

                  if (successfulLoad)
                    temp.setZone(new ZoneCuboid(x[0],x[1], y[0],y[1],minZ,maxZ));
                  else
                    continue;
                }
                else if (zoneShape.equals("NPoly"))
                {
View Full Code Here

TOP

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

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.