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 void
Script. onHighlightTextboxClientScript(ClientScriptEvent event)
For internal use only.void
Script. onSceneUpdate(SceneUpdateEvent event)
void
ScriptModule. onScriptStateEvent(ScriptStateEvent event)
void
TaskManager. 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 void
ScriptPaint. notify(RenderEvent 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 void
LoginSituationTrigger. notify(GameStateEvent event)
void
WorldMapWalkTrigger. notify(WorldMapWalkEvent event)
void
LoginSituationTrigger. onLoginResponseEvent(LoginResponseEvent event)
void
LoginSituationTrigger. render(RenderEvent event)
void
LoginSituationTrigger. 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 void
InventoryCache. 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 void
LoadoutService. notify(BackpackLoadoutEvent event)
void
LoadoutService. notify(EquipmentLoadoutEvent event)
void
LoadoutService. notify(HouseProfileEvent 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 void
StockMarketService. notify(StockMarketEvent event)
-
Uses of Subscribe in org.rspeer.game.service.telemetry
Methods in org.rspeer.game.service.telemetry with annotations of type Subscribe Modifier and Type Method Description void
ItemTelemetryService. onChatMessageEvent(ChatMessageEvent event)
-