Interface HasMutableConditions<X>
- All Superinterfaces:
HasConditions<X>
,HasEventType
- All Known Implementing Classes:
EasyTrigger
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCondition
(Condition<? super X> condition) default Class<?>
void
removeCondition
(Condition<? super X> condition) void
setConditions
(List<Condition<? super X>> conditions) Methods inherited from interface gg.xp.xivsupport.events.triggers.easytriggers.model.HasConditions
getConditions
-
Method Details
-
setConditions
-
addCondition
-
removeCondition
-
classForConditions
-
getEventType
- Specified by:
getEventType
in interfaceHasEventType
-