Package marauroa.server.game.container

Examples of marauroa.server.game.container.PlayerEntryContainer


    try {
      // see processLogoutEvent in
      // marauroa-1.34/src/marauroa/server/game/GameServerManager.java

      final PlayerEntryContainer playerContainer = PlayerEntryContainer.getContainer();
      final PlayerEntry entry = playerContainer.get(args.get(0));
      if (entry == null) {
        admin.sendPrivateText(args.get(0) + " not found");
        return;
      }
View Full Code Here

TOP

Related Classes of marauroa.server.game.container.PlayerEntryContainer

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.