Uses of Interface
org.rspeer.listener.BotMouseListener
-
Packages that use BotMouseListener Package Description org.rspeer.game org.rspeer.game.provider.subclass org.rspeer.game.script.meta.paint -
-
Uses of BotMouseListener in org.rspeer.game
Methods in org.rspeer.game that return types with arguments of type BotMouseListener Modifier and Type Method Description static List<BotMouseListener>Game. getMouseListeners()Deprecated.Methods in org.rspeer.game with parameters of type BotMouseListener Modifier and Type Method Description static voidGame. addMouseListener(BotMouseListener listener)Deprecated.static voidGame. removeMouseListener(BotMouseListener listener)Deprecated. -
Uses of BotMouseListener in org.rspeer.game.provider.subclass
Methods in org.rspeer.game.provider.subclass that return types with arguments of type BotMouseListener Modifier and Type Method Description static List<BotMouseListener>GameCanvas. getBotMouseListeners()Methods in org.rspeer.game.provider.subclass with parameters of type BotMouseListener Modifier and Type Method Description static voidGameCanvas. addBotMouseListener(BotMouseListener listener)static voidGameCanvas. removeBotMouseListener(BotMouseListener listener) -
Uses of BotMouseListener in org.rspeer.game.script.meta.paint
Classes in org.rspeer.game.script.meta.paint that implement BotMouseListener Modifier and Type Class Description classScriptPaint
-