Uses of Class
io.sockit.gameserver.bot.BotTurnDelayType
Package | Description |
---|---|
io.sockit.gameserver.bot |
This is the core package for the Sockit Game Bot and provides the classes necessary to create bots running on the server side of a multiplayer turn based game.
|
-
Uses of BotTurnDelayType in io.sockit.gameserver.bot
Methods in io.sockit.gameserver.bot that return BotTurnDelayType Modifier and Type Method Description static BotTurnDelayType
BotTurnDelayType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BotTurnDelayType[]
BotTurnDelayType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.sockit.gameserver.bot with parameters of type BotTurnDelayType Constructor Description Bot(BotTurnDelayType turnDelayType)
Creates a BotBot(BotTurnDelayType turnDelayType, boolean enableDebug)
creates a Bot