Uses of Class
io.gs2.buff.model.CurrentBuffMaster
Packages that use CurrentBuffMaster
-
Uses of CurrentBuffMaster in io.gs2.buff.model
Methods in io.gs2.buff.model that return CurrentBuffMasterModifier and TypeMethodDescriptionstatic CurrentBuffMasterCurrentBuffMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CurrentBuffMaster.withNamespaceId(String namespaceId) CurrentBuffMaster.withSettings(String settings) Methods in io.gs2.buff.model with parameters of type CurrentBuffMaster -
Uses of CurrentBuffMaster in io.gs2.buff.result
Methods in io.gs2.buff.result that return CurrentBuffMasterModifier and TypeMethodDescriptionExportMasterResult.getItem()GetCurrentBuffMasterResult.getItem()UpdateCurrentBuffMasterFromGitHubResult.getItem()UpdateCurrentBuffMasterResult.getItem()Methods in io.gs2.buff.result with parameters of type CurrentBuffMasterModifier and TypeMethodDescriptionvoidExportMasterResult.setItem(CurrentBuffMaster item) voidGetCurrentBuffMasterResult.setItem(CurrentBuffMaster item) voidUpdateCurrentBuffMasterFromGitHubResult.setItem(CurrentBuffMaster item) voidUpdateCurrentBuffMasterResult.setItem(CurrentBuffMaster item) ExportMasterResult.withItem(CurrentBuffMaster item) GetCurrentBuffMasterResult.withItem(CurrentBuffMaster item) UpdateCurrentBuffMasterFromGitHubResult.withItem(CurrentBuffMaster item) UpdateCurrentBuffMasterResult.withItem(CurrentBuffMaster item)