Package gg.xp.xivsupport.timelines
Class CustomEventSyncController
java.lang.Object
gg.xp.xivsupport.timelines.CustomEventSyncController
- All Implemented Interfaces:
EventSyncController
-
Constructor Summary
ConstructorDescriptionCustomEventSyncController
(CbEventType eventType, Map<String, List<String>> conditions) -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomEventSyncController
from
(EventSyncController other) getType()
void
setConditions
(Map<String, List<String>> conditions) boolean
shouldSync
(Event event) toString()
translateWith
(LanguageReplacements replacements)
-
Constructor Details
-
CustomEventSyncController
-
-
Method Details
-
from
-
setConditions
-
shouldSync
- Specified by:
shouldSync
in interfaceEventSyncController
-
eventType
- Specified by:
eventType
in interfaceEventSyncController
-
translateWith
- Specified by:
translateWith
in interfaceEventSyncController
-
toTextFormat
- Specified by:
toTextFormat
in interfaceEventSyncController
-
getType
- Specified by:
getType
in interfaceEventSyncController
-
getRawConditions
- Specified by:
getRawConditions
in interfaceEventSyncController
-
toString
-