Uses of Class
io.gs2.quest.model.Reward
Packages that use Reward
-
Uses of Reward in io.gs2.quest.model
Methods in io.gs2.quest.model that return RewardModifier and TypeMethodDescriptionstatic RewardReward.fromJson(com.fasterxml.jackson.databind.JsonNode data) Reward.withAction(String action) Reward.withItemId(String itemId) Reward.withRequest(String request) Methods in io.gs2.quest.model that return types with arguments of type RewardMethod parameters in io.gs2.quest.model with type arguments of type RewardModifier and TypeMethodDescriptionvoidProgress.setFailedRewards(List<Reward> failedRewards) voidProgress.setRewards(List<Reward> rewards) Progress.withFailedRewards(List<Reward> failedRewards) Progress.withRewards(List<Reward> rewards) -
Uses of Reward in io.gs2.quest.request
Methods in io.gs2.quest.request that return types with arguments of type RewardMethod parameters in io.gs2.quest.request with type arguments of type RewardModifier and TypeMethodDescriptionvoidEndByUserIdRequest.setRewards(List<Reward> rewards) voidEndRequest.setRewards(List<Reward> rewards) EndByUserIdRequest.withRewards(List<Reward> rewards) EndRequest.withRewards(List<Reward> rewards)