Uses of Class
io.gs2.experience.model.ExperienceModel
Packages that use ExperienceModel
-
Uses of ExperienceModel in io.gs2.experience.model
Methods in io.gs2.experience.model that return ExperienceModelModifier and TypeMethodDescriptionstatic ExperienceModelExperienceModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) ExperienceModel.withAcquireActionRates(List<AcquireActionRate> acquireActionRates) ExperienceModel.withDefaultExperience(Long defaultExperience) ExperienceModel.withDefaultRankCap(Long defaultRankCap) ExperienceModel.withExperienceModelId(String experienceModelId) ExperienceModel.withMaxRankCap(Long maxRankCap) ExperienceModel.withMetadata(String metadata) ExperienceModel.withRankThreshold(Threshold rankThreshold) Methods in io.gs2.experience.model with parameters of type ExperienceModel -
Uses of ExperienceModel in io.gs2.experience.result
Methods in io.gs2.experience.result that return ExperienceModelMethods in io.gs2.experience.result that return types with arguments of type ExperienceModelMethods in io.gs2.experience.result with parameters of type ExperienceModelModifier and TypeMethodDescriptionvoidGetExperienceModelResult.setItem(ExperienceModel item) GetExperienceModelResult.withItem(ExperienceModel item) Method parameters in io.gs2.experience.result with type arguments of type ExperienceModelModifier and TypeMethodDescriptionvoidDescribeExperienceModelsResult.setItems(List<ExperienceModel> items) DescribeExperienceModelsResult.withItems(List<ExperienceModel> items)