Uses of Enum Class
gg.xp.xivsupport.events.triggers.seq.SequentialTriggerConcurrencyMode
Package
Description
-
Uses of SequentialTriggerConcurrencyMode in gg.xp.xivsupport.events.triggers.easytriggers.model
Modifier and TypeMethodDescriptionvoid
EasyTrigger.setConcurrency
(SequentialTriggerConcurrencyMode concurrency) -
Uses of SequentialTriggerConcurrencyMode in gg.xp.xivsupport.events.triggers.seq
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SequentialTriggerConcurrencyMode[]
SequentialTriggerConcurrencyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSequentialTrigger.setConcurrency
(SequentialTriggerConcurrencyMode concurrency) Sets the concurrency policy. -
Uses of SequentialTriggerConcurrencyMode in gg.xp.xivsupport.groovy
Modifier and TypeMethodDescriptionGroovyTriggers.Builder.getBlock()
GroovyTriggers.Builder.getConcurrent()
GroovyTriggers.Builder.getReplace()
Modifier and TypeMethodDescriptionGroovyTriggers.Builder.concurrency
(SequentialTriggerConcurrencyMode concurrencyMode)