Class AgentData
java.lang.Object
com.codingame.gameengine.runner.simulate.AgentData
A data class for Agent data.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
index
public int indexThe index of this player agent. -
name
The username used by this player agent. -
avatarUrl
The avatar used by this player agent.
-
-
Constructor Details
-
AgentData
Player agent used in the execution of this game launch.- Parameters:
index
- The index of this player agent.name
- The username used by this player agent.avatarUrl
- The avatar used by this player agent.
-