cz.cuni.amis.pogamut.unreal.communication.messages.gbinfomessages
Interface IMapList

All Known Implementing Classes:
MapList

public interface IMapList

Info batch message. Starts with SMAP message, ends with EMAP message. Hold information about available maps on the server (maps to which we can change the game). Corresponding GameBots message is IMAP.


Method Summary
 java.lang.String getName()
          Name of one map in map list on the server.
 java.lang.String toHtmlString()
           
 

Method Detail

getName

java.lang.String getName()
Name of one map in map list on the server.


toHtmlString

java.lang.String toHtmlString()