Methapolis  0.27
 All Classes Namespaces Files Functions Variables Enumerator
micropolisj.network.IMicropolisServer Interface Reference
Inheritance diagram for micropolisj.network.IMicropolisServer:
Collaboration diagram for micropolisj.network.IMicropolisServer:

Public Member Functions

MapInfo getLatestMap () throws RemoteException
int getNewID () throws RemoteException
void storeInput (int playerID, PlayerInput input) throws RemoteException
void setRemoteClient (RemoteClient client) throws RemoteException
byte[] getLevel () throws RemoteException
PlayerInfo getPlayerInfo (int ID) throws RemoteException

Detailed Description

Definition at line 8 of file IMicropolisServer.java.

Member Function Documentation

MapInfo micropolisj.network.IMicropolisServer.getLatestMap ( ) throws RemoteException
byte [] micropolisj.network.IMicropolisServer.getLevel ( ) throws RemoteException
int micropolisj.network.IMicropolisServer.getNewID ( ) throws RemoteException
PlayerInfo micropolisj.network.IMicropolisServer.getPlayerInfo ( int  ID) throws RemoteException
void micropolisj.network.IMicropolisServer.setRemoteClient ( RemoteClient  client) throws RemoteException
void micropolisj.network.IMicropolisServer.storeInput ( int  playerID,
PlayerInput  input 
) throws RemoteException

The documentation for this interface was generated from the following file: