Package gg.xp.xivsupport.events.ws
Class ActWsHandlers
java.lang.Object
gg.xp.xivsupport.events.ws.ActWsHandlers
-
Constructor Summary
ConstructorsConstructorDescriptionActWsHandlers(EventMaster master, XivState state, PullTracker pulls, ActWsLogSource ws) -
Method Summary
Modifier and TypeMethodDescriptionvoidactWsCombatants(EventContext context, ActWsJsonMsg jsonMsg) static voidactWsLogLine(EventContext context, ActWsJsonMsg jsonMsg) static voidactWsMapChange(EventContext context, ActWsJsonMsg jsonMsg) static voidactWsOnlineStatusChanged(EventContext context, ActWsJsonMsg jsonMsg) static voidactWsPartyChange(EventContext context, ActWsJsonMsg jsonMsg) static voidactWsPlayerChange(EventContext context, ActWsJsonMsg jsonMsg) voidactWsRawToJson(EventContext context, ActWsRawMsg rawMsg) static voidactWsVersionChange(EventContext context, ActWsJsonMsg jsonMsg) static voidactWsZoneChange(EventContext context, ActWsJsonMsg jsonMsg) voidinCombatChange(EventContext context, ActWsJsonMsg jsonMsg) static voidlanguageResponse(EventContext context, ActWsJsonMsg jsonMsg) voidstartCombatantsLoop(EventContext context, ActWsConnectedEvent connected) static voidversionResponse(EventContext context, ActWsJsonMsg jsonMsg)
-
Constructor Details
-
ActWsHandlers
-
-
Method Details
-
startCombatantsLoop
-
actWsRawToJson
-
actWsLogLine
-
actWsOnlineStatusChanged
-
actWsPlayerChange
-
actWsZoneChange
-
actWsMapChange
-
actWsVersionChange
-
actWsPartyChange
-
inCombatChange
-
versionResponse
-
languageResponse
-
actWsCombatants
-