Uses of Interface
io.sockit.gameserver.bot.BotEventListener
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 BotEventListener in io.sockit.gameserver.bot
Classes in io.sockit.gameserver.bot that implement BotEventListener Modifier and Type Class Description class
BotEventAdapter
An abstract adapter class for receiving bot events.Methods in io.sockit.gameserver.bot with parameters of type BotEventListener Modifier and Type Method Description void
Bot. setBotEventListener(BotEventListener botEventListener)
Sets the BotEventListener to which the bot's events/callbacks will be forwarded