Uses of Class
info.PlayerInfo

Packages that use PlayerInfo
almabasedmodel   
bot   
 

Uses of PlayerInfo in almabasedmodel
 

Methods in almabasedmodel with parameters of type PlayerInfo
 void AEventGenerator.generateActionByeOtherEvent(int id, PlayerInfo agentLeft)
          Result of Action BYE.
 void AEventGenerator.generateActionComplimentOtherEvent(int id, PlayerInfo target)
          Result of Action COMPLIMENT.
 void AEventGenerator.generateActionInsultOtherEvent(int id, PlayerInfo target)
          Result of Action INSULT.
 void AEventGenerator.generateActionKickOtherEvent(int kickerId, PlayerInfo target)
          Result of Action KICK.
 void AEventGenerator.generateActionKissOtherEvent(int kisserId, PlayerInfo target)
          Result of Action KISS – someone has kissed other agent in the scenario (our agent wasn't involved).
 void AEventGenerator.generateActionLeaveOtherEvent(int id, PlayerInfo agentLeft)
          Result of Action LEAVE.
 void AEventGenerator.generateActionSexOtherEvent(int id, PlayerInfo result)
          Result of Action SEX.
 void AEventGenerator.generateActionSlapOtherEvent(int slapperId, PlayerInfo target)
          Result of Action SLAP.
 

Uses of PlayerInfo in bot
 

Fields in bot with type parameters of type PlayerInfo
 java.util.HashMap<java.lang.Integer,PlayerInfo> EmotionalBot.playersHistory
          This helps us to generate player appeared, lost and player together events
 

Methods in bot that return PlayerInfo
 PlayerInfo EmotionalBot.getPlayerHistory(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Player pl)
          Returns PlayerInfo from playersHistory.
 

Methods in bot that return types with arguments of type PlayerInfo
 java.util.HashMap<java.lang.Integer,PlayerInfo> EmotionalBot.getPlayersHistory()
          Getter for playersHistory.