Uses of Enum Class
io.gs2.cdk.buff.model.enums.BuffEntryModelTargetType
Packages that use BuffEntryModelTargetType
-
Uses of BuffEntryModelTargetType in io.gs2.cdk.buff.model
Constructors in io.gs2.cdk.buff.model with parameters of type BuffEntryModelTargetTypeModifierConstructorDescriptionBuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority) BuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority, BuffEntryModelOptions options) -
Uses of BuffEntryModelTargetType in io.gs2.cdk.buff.model.enums
Methods in io.gs2.cdk.buff.model.enums that return BuffEntryModelTargetTypeModifier and TypeMethodDescriptionstatic BuffEntryModelTargetTypeReturns the enum constant of this class with the specified name.static BuffEntryModelTargetType[]BuffEntryModelTargetType.values()Returns an array containing the constants of this enum class, in the order they are declared.