Uses of Class
marauroa.server.game.container.PlayerEntry
Package
Description
This package contains the classes that store information about players
connected to server.
-
Uses of PlayerEntry in marauroa.server.game.container
Modifier and TypeMethodDescriptionAdd a new Player entry to the container.PlayerEntryContainer.get(int clientid)
This method returns the PlayerEntry whose client id is clientid or null otherwise.This method returns the first entry that has been associated to this player or null if it does not exists.This method returns the entry that has been associated to this player or null if it does not exists.This method returns the entry that has been associated with this SocketChannel, or null if it does not exists.PlayerEntryContainer.getIdleEntry()
Obtains an idle player entry from the container.PlayerEntryContainer.getOldEntry(PlayerEntry oldEntry)
This method returns the old entry that has been associated to this player or null if there is no old entryPlayerEntryContainer.remove(int clientid)
This method removed a player entry from the container and return it or null if the entry does not exist.Modifier and TypeMethodDescriptionPlayerEntryContainer.iterator()
This method returns an iterator over tha available player entry objects.Modifier and TypeMethodDescriptionPlayerEntryContainer.getOldEntry(PlayerEntry oldEntry)
This method returns the old entry that has been associated to this player or null if there is no old entry