Package marauroa.server.game.container


package marauroa.server.game.container
This package contains the classes that store information about players connected to server.

Each player has a entry called PlayerEntry that stores all the runtime relevant information like IP, name, object used on game, perception state, game state, ...

This information is not related to RP framework.

  • Class Summary
    Class
    Description
    This class represent a player on game.
    This is a helper class to sort and access PlayerEntry in a controlled way.
    This class stores the information needed to allow a secure login.
  • Enum Class Summary
    Enum Class
    Description
    This enum describe one of the possible state of the client.