Package games.stendhal.server.entity.player

Examples of games.stendhal.server.entity.player.Jail.configureZone()


    // create zones needed for correct jail functionality:
    StendhalRPZone jailzone = new StendhalRPZone("knast", 100, 100);
    MockStendlRPWorld.get().addRPZone(jailzone);
    Jail jail = new Jail();
    jail.configureZone(jailzone, null);
    MockStendlRPWorld.get().addRPZone(new StendhalRPZone("-3_semos_jail", 100, 100));
  }

  @After
  public void tearDown() throws Exception {
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.