Package io.gs2.cdk.buff.model
Class BuffEntryModel
java.lang.Object
io.gs2.cdk.buff.model.BuffEntryModel
-
Constructor Summary
ConstructorsConstructorDescriptionBuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority) BuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority, BuffEntryModelOptions options) -
Method Summary
Modifier and TypeMethodDescriptionstatic BuffEntryModeltargetTypeIsAction(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetAction targetAction) static BuffEntryModeltargetTypeIsAction(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetAction targetAction, BuffEntryModelTargetTypeIsActionOptions options) static BuffEntryModeltargetTypeIsModel(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetModel targetModel) static BuffEntryModeltargetTypeIsModel(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetModel targetModel, BuffEntryModelTargetTypeIsModelOptions options)
-
Constructor Details
-
BuffEntryModel
public BuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority, BuffEntryModelOptions options) -
BuffEntryModel
public BuffEntryModel(String name, BuffEntryModelTargetType targetType, BuffEntryModelExpression expression, Integer priority)
-
-
Method Details
-
targetTypeIsModel
public static BuffEntryModel targetTypeIsModel(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetModel targetModel, BuffEntryModelTargetTypeIsModelOptions options) -
targetTypeIsModel
public static BuffEntryModel targetTypeIsModel(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetModel targetModel) -
targetTypeIsAction
public static BuffEntryModel targetTypeIsAction(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetAction targetAction, BuffEntryModelTargetTypeIsActionOptions options) -
targetTypeIsAction
public static BuffEntryModel targetTypeIsAction(String name, BuffEntryModelExpression expression, Integer priority, BuffTargetAction targetAction) -
properties
-