Uses of Enum Class
io.gs2.cdk.buff.model.enums.BuffEntryModelExpression
Packages that use BuffEntryModelExpression
-
Uses of BuffEntryModelExpression in io.gs2.cdk.buff.model
Methods in io.gs2.cdk.buff.model with parameters of type BuffEntryModelExpressionModifier and TypeMethodDescriptionstatic BuffEntryModelBuffEntryModel.targetTypeIsAction(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetAction targetAction) static BuffEntryModelBuffEntryModel.targetTypeIsAction(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetAction targetAction, BuffEntryModelTargetTypeIsActionOptions options) static BuffEntryModelBuffEntryModel.targetTypeIsModel(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetModel targetModel) static BuffEntryModelBuffEntryModel.targetTypeIsModel(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetModel targetModel, BuffEntryModelTargetTypeIsModelOptions options) Constructors in io.gs2.cdk.buff.model with parameters of type BuffEntryModelExpressionModifierConstructorDescriptionBuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority) BuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority, BuffEntryModelOptions options) -
Uses of BuffEntryModelExpression in io.gs2.cdk.buff.model.enums
Methods in io.gs2.cdk.buff.model.enums that return BuffEntryModelExpressionModifier and TypeMethodDescriptionstatic BuffEntryModelExpressionReturns the enum constant of this class with the specified name.static BuffEntryModelExpression[]BuffEntryModelExpression.values()Returns an array containing the constants of this enum class, in the order they are declared.