Uses of Class
io.gs2.buff.model.BuffTargetModel
Packages that use BuffTargetModel
-
Uses of BuffTargetModel in io.gs2.buff.model
Methods in io.gs2.buff.model that return BuffTargetModelModifier and TypeMethodDescriptionstatic BuffTargetModelBuffTargetModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) BuffEntryModel.getTargetModel()BuffEntryModelMaster.getTargetModel()BuffTargetModel.withConditionGrns(List<BuffTargetGrn> conditionGrns) BuffTargetModel.withTargetFieldName(String targetFieldName) BuffTargetModel.withTargetModelName(String targetModelName) Methods in io.gs2.buff.model with parameters of type BuffTargetModelModifier and TypeMethodDescriptionvoidBuffEntryModel.setTargetModel(BuffTargetModel targetModel) voidBuffEntryModelMaster.setTargetModel(BuffTargetModel targetModel) BuffEntryModel.withTargetModel(BuffTargetModel targetModel) BuffEntryModelMaster.withTargetModel(BuffTargetModel targetModel) -
Uses of BuffTargetModel in io.gs2.buff.request
Methods in io.gs2.buff.request that return BuffTargetModelModifier and TypeMethodDescriptionCreateBuffEntryModelMasterRequest.getTargetModel()UpdateBuffEntryModelMasterRequest.getTargetModel()Methods in io.gs2.buff.request with parameters of type BuffTargetModelModifier and TypeMethodDescriptionvoidCreateBuffEntryModelMasterRequest.setTargetModel(BuffTargetModel targetModel) voidUpdateBuffEntryModelMasterRequest.setTargetModel(BuffTargetModel targetModel) CreateBuffEntryModelMasterRequest.withTargetModel(BuffTargetModel targetModel) UpdateBuffEntryModelMasterRequest.withTargetModel(BuffTargetModel targetModel)