Uses of Class
marauroa.server.game.container.PlayerEntryContainer
Packages that use PlayerEntryContainer
Package
Description
This package contains the classes that store information about players
connected to server.
-
Uses of PlayerEntryContainer in marauroa.server.game.container
Methods in marauroa.server.game.container that return PlayerEntryContainerModifier and TypeMethodDescriptionstatic PlayerEntryContainerPlayerEntryContainer.getContainer()This method returns an instance of PlayerEntryContainerMethods in marauroa.server.game.container with parameters of type PlayerEntryContainerModifier and TypeMethodDescriptionintSecuredLoginInfo.countConnectionsFromSameIPAddress(PlayerEntryContainer playerContainer)counts the number of connections from this ip-address -
Uses of PlayerEntryContainer in marauroa.server.game.messagehandler
Methods in marauroa.server.game.messagehandler with parameters of type PlayerEntryContainerModifier and TypeMethodDescriptionvoidMessageDispatcher.init(INetworkServerManager netMan, RPServerManager rpMan, PlayerEntryContainer playerContainer, Statistics stats, RSAKey key)Initializes the MessageHandlers