Interface HasMutableConditions<X>
- All Superinterfaces:
HasConditions<X>,HasEventType
- All Known Implementing Classes:
BaseTrigger,EasyTrigger,TriggerFolder
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCondition(Condition<? super X> condition) default Class<?>voidremoveCondition(Condition<? super X> condition) voidsetConditions(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:
getEventTypein interfaceHasEventType
-