Uses of Class
io.gs2.buff.result.ApplyBuffByUserIdResult
Packages that use ApplyBuffByUserIdResult
-
Uses of ApplyBuffByUserIdResult in io.gs2.buff
Methods in io.gs2.buff that return ApplyBuffByUserIdResultModifier and TypeMethodDescriptionGs2BuffRestClient.applyBuffByUserId(ApplyBuffByUserIdRequest request) Method parameters in io.gs2.buff with type arguments of type ApplyBuffByUserIdResultModifier and TypeMethodDescriptionvoidGs2BuffRestClient.applyBuffByUserIdAsync(ApplyBuffByUserIdRequest request, AsyncAction<AsyncResult<ApplyBuffByUserIdResult>> callback) -
Uses of ApplyBuffByUserIdResult in io.gs2.buff.result
Methods in io.gs2.buff.result that return ApplyBuffByUserIdResultModifier and TypeMethodDescriptionstatic ApplyBuffByUserIdResultApplyBuffByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) ApplyBuffByUserIdResult.withItems(List<BuffEntryModel> items) ApplyBuffByUserIdResult.withNewContextStack(String newContextStack)