Uses of Enum Class
gg.xp.xivsupport.events.triggers.easytriggers.model.ConditionTarget
Packages that use ConditionTarget
-
Uses of ConditionTarget in gg.xp.xivsupport.events.triggers.easytriggers.model
Methods in gg.xp.xivsupport.events.triggers.easytriggers.model that return ConditionTargetModifier and TypeMethodDescriptionConditionDescription.target()
Returns the value of thetarget
record component.static ConditionTarget
Returns the enum constant of this class with the specified name.static ConditionTarget[]
ConditionTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in gg.xp.xivsupport.events.triggers.easytriggers.model with parameters of type ConditionTargetModifierConstructorDescriptionConditionDescription
(Class<X> clazz, Class<Y> appliesTo, String description, Supplier<X> instanceCreator, BiFunction<X, HasMutableConditions<?>, Component> guiprovider, ConditionTarget target) Creates an instance of aConditionDescription
record class.