Uses of Class
com.codingame.gameengine.core.AbstractPlayer
Packages that use AbstractPlayer
-
Uses of AbstractPlayer in com.codingame.gameengine.core
Classes in com.codingame.gameengine.core with type parameters of type AbstractPlayerModifier and TypeClassDescriptionclass
GameManager<T extends AbstractPlayer>
TheGameManager
takes care of running each turn of the game and computing each visual frame of the replay.Subclasses of AbstractPlayer in com.codingame.gameengine.coreModifier and TypeClassDescriptionclass
The representation of a player's AI during the game's execution.class
The representation of the player's AI during the game's execution.Methods in com.codingame.gameengine.core with parameters of type AbstractPlayerModifier and TypeMethodDescriptionvoid
GameManager.addTooltip
(AbstractPlayer player, String message) Adds a tooltip for the current turn.