Uses of Class
io.gs2.script.model.RandomStatus
Packages that use RandomStatus
-
Uses of RandomStatus in io.gs2.script.model
Methods in io.gs2.script.model that return RandomStatusModifier and TypeMethodDescriptionstatic RandomStatusRandomStatus.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomStatus.withUsed(List<RandomUsed> used) -
Uses of RandomStatus in io.gs2.script.request
Methods in io.gs2.script.request that return RandomStatusModifier and TypeMethodDescriptionDebugInvokeRequest.getRandomStatus()InvokeScriptRequest.getRandomStatus()Methods in io.gs2.script.request with parameters of type RandomStatusModifier and TypeMethodDescriptionvoidDebugInvokeRequest.setRandomStatus(RandomStatus randomStatus) voidInvokeScriptRequest.setRandomStatus(RandomStatus randomStatus) DebugInvokeRequest.withRandomStatus(RandomStatus randomStatus) InvokeScriptRequest.withRandomStatus(RandomStatus randomStatus) -
Uses of RandomStatus in io.gs2.script.result
Methods in io.gs2.script.result that return RandomStatusModifier and TypeMethodDescriptionDebugInvokeResult.getRandomStatus()InvokeScriptResult.getRandomStatus()Methods in io.gs2.script.result with parameters of type RandomStatusModifier and TypeMethodDescriptionvoidDebugInvokeResult.setRandomStatus(RandomStatus randomStatus) voidInvokeScriptResult.setRandomStatus(RandomStatus randomStatus) DebugInvokeResult.withRandomStatus(RandomStatus randomStatus) InvokeScriptResult.withRandomStatus(RandomStatus randomStatus)