Package games.stendhal.server.core.engine

Examples of games.stendhal.server.core.engine.StendhalRPZone.populate()


      zone.onInit();
    } catch (final Exception e) {
      logger.error(e, e);
    }
   
    zone.populate(zonedata.getLayer("objects"));

    return zone;
  }

  @SuppressWarnings("unchecked")
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.