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 TypeClassDescriptionclassGameManager<T extends AbstractPlayer>TheGameManagertakes 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 TypeClassDescriptionclassThe representation of a player's AI during the game's execution.classThe representation of the player's AI during the game's execution.Methods in com.codingame.gameengine.core with parameters of type AbstractPlayerModifier and TypeMethodDescriptionvoidGameManager.addTooltip(AbstractPlayer player, String message) Adds a tooltip for the current turn.