Uses of Interface
org.rspeer.listener.BotKeyListener
-
Packages that use BotKeyListener Package Description org.rspeer.game.provider.subclass -
-
Uses of BotKeyListener in org.rspeer.game.provider.subclass
Methods in org.rspeer.game.provider.subclass that return types with arguments of type BotKeyListener Modifier and Type Method Description static List<BotKeyListener>GameCanvas. getBotKeyListeners()Methods in org.rspeer.game.provider.subclass with parameters of type BotKeyListener Modifier and Type Method Description static voidGameCanvas. addBotKeyListener(BotKeyListener listener)static voidGameCanvas. removeBotKeyListener(BotKeyListener listener)
-