- ids - Variable in class com.codingame.gameengine.runner.dto.GameResult
-
- index - Variable in class com.codingame.gameengine.runner.dto.AgentDto
-
- init(Properties) - Method in class com.codingame.gameengine.core.AbstractReferee
-
Called on startup, this method exists to create the initial state of the game, according to the given input.
- initialize(Properties) - Method in class com.codingame.gameengine.runner.JavaPlayerAgent
-
- isActive() - Method in class com.codingame.gameengine.core.AbstractPlayer
-
Returns true is the player is still active in the game (can be executed).
- isGameEnd() - Method in class com.codingame.gameengine.core.GameManager
-
Check if the game has been terminated by the referee.
- isInProduction() - Static method in class com.codingame.gameengine.core.RefereeMain
-
- isLoop() - Method in class com.codingame.gameengine.module.entities.SpriteAnimation
-
Returns whether the animation should loop.
- isStarted() - Method in class com.codingame.gameengine.module.entities.SpriteAnimation
-
Returns whether the animation is flagged to have the graphical counterpart start animating if it hasn't yet.
- isVisible() - Method in class com.codingame.gameengine.module.entities.Entity
-
Returns whether this Entity
is flagged to be drawn on screen.