Uses of Class
org.rspeer.event.Subscribe
-
-
Uses of Subscribe in org.rspeer.game.script
Methods in org.rspeer.game.script with annotations of type Subscribe Modifier and Type Method Description voidScript. onHighlightTextboxClientScript(ClientScriptEvent event)For internal use only.voidScript. onMouseDataUpdate(SceneUpdateEvent event)voidScriptModule. onScriptStateEvent(ScriptStateEvent event)voidTaskManager. tick(TickEvent tick) -
Uses of Subscribe in org.rspeer.game.script.meta.paint
Methods in org.rspeer.game.script.meta.paint with annotations of type Subscribe Modifier and Type Method Description voidScriptPaint. onRenderEvent(RenderEvent evt)voidScriptPaint. onTickEvent(TickEvent evt)voidScriptPaint. onTimelineEvent(PaintTimelineEvent event) -
Uses of Subscribe in org.rspeer.game.script.scheduler
Methods in org.rspeer.game.script.scheduler with annotations of type Subscribe Modifier and Type Method Description voidScriptScheduleManager. onTick(TickEvent event) -
Uses of Subscribe in org.rspeer.game.script.situation.trigger
Methods in org.rspeer.game.script.situation.trigger with annotations of type Subscribe Modifier and Type Method Description voidLoginSituationTrigger. notify(GameStateEvent event)voidWorldMapWalkTrigger. notify(WorldMapWalkEvent event)voidLoginSituationTrigger. onLoginResponseEvent(LoginResponseEvent event)voidLoginSituationTrigger. render(RenderEvent event)voidLoginSituationTrigger. tick(TickEvent event) -
Uses of Subscribe in org.rspeer.game.service.inventory
Methods in org.rspeer.game.service.inventory with annotations of type Subscribe Modifier and Type Method Description voidInventoryCache. notify(InventoryEvent event) -
Uses of Subscribe in org.rspeer.game.service.loadout
Methods in org.rspeer.game.service.loadout with annotations of type Subscribe Modifier and Type Method Description voidLoadoutService. notify(BackpackLoadoutEvent event)voidLoadoutService. notify(EquipmentLoadoutEvent event)voidLoadoutService. notify(HouseProfileEvent event)voidLoadoutService. notify(WorldPreferenceProfileEvent event) -
Uses of Subscribe in org.rspeer.game.service.stockmarket
Methods in org.rspeer.game.service.stockmarket with annotations of type Subscribe Modifier and Type Method Description voidStockMarketService. notify(StockMarketEvent event)
-