Package games.stendhal.server.entity.mapstuff.office

Examples of games.stendhal.server.entity.mapstuff.office.ArrestWarrantList


  public void configureZone(final StendhalRPZone zone, final Map<String, String> attributes) {
    SingletonRepository.getLoginNotifier().addListener(this);
    SingletonRepository.setJail(this);
    zone.addZoneEnterExitListener(listener);
    initCells();
    arrestWarrants = new ArrestWarrantList(zone);
    jailzone = zone;
  }
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.mapstuff.office.ArrestWarrantList

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.