Package gg.xp.xivsupport.events.ws
Class ActWsHandlers
java.lang.Object
gg.xp.xivsupport.events.ws.ActWsHandlers
-
Constructor Summary
ConstructorDescriptionActWsHandlers
(EventMaster master, XivState state, PullTracker pulls, ActWsLogSource ws) -
Method Summary
Modifier and TypeMethodDescriptionvoid
actWsCombatants
(EventContext context, ActWsJsonMsg jsonMsg) static void
actWsLogLine
(EventContext context, ActWsJsonMsg jsonMsg) static void
actWsMapChange
(EventContext context, ActWsJsonMsg jsonMsg) static void
actWsOnlineStatusChanged
(EventContext context, ActWsJsonMsg jsonMsg) static void
actWsPartyChange
(EventContext context, ActWsJsonMsg jsonMsg) static void
actWsPlayerChange
(EventContext context, ActWsJsonMsg jsonMsg) void
actWsRawToJson
(EventContext context, ActWsRawMsg rawMsg) static void
actWsVersionChange
(EventContext context, ActWsJsonMsg jsonMsg) static void
actWsZoneChange
(EventContext context, ActWsJsonMsg jsonMsg) void
inCombatChange
(EventContext context, ActWsJsonMsg jsonMsg) static void
languageResponse
(EventContext context, ActWsJsonMsg jsonMsg) void
startCombatantsLoop
(EventContext context, ActWsConnectedEvent connected) static void
versionResponse
(EventContext context, ActWsJsonMsg jsonMsg)
-
Constructor Details
-
ActWsHandlers
-
-
Method Details
-
startCombatantsLoop
-
actWsRawToJson
-
actWsLogLine
-
actWsOnlineStatusChanged
-
actWsPlayerChange
-
actWsZoneChange
-
actWsMapChange
-
actWsVersionChange
-
actWsPartyChange
-
inCombatChange
-
versionResponse
-
languageResponse
-
actWsCombatants
-