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

All Known Implementing Classes:
Mutator

public interface IMutator

Info batch message. Starts with SMUT message, ends with EMUT message. Hold information about current mutators active on the server. Corresponding GameBots message is MUT.


Method Summary
 UnrealId getId()
           
 java.lang.String getName()
          Name of the mutator.
 java.lang.String toHtmlString()
           
 

Method Detail

getId

UnrealId getId()

getName

java.lang.String getName()
Name of the mutator.


toHtmlString

java.lang.String toHtmlString()