Uses of Class
io.gs2.stateMachine.model.RandomStatus
Packages that use RandomStatus
-
Uses of RandomStatus in io.gs2.stateMachine.model
Methods in io.gs2.stateMachine.model that return RandomStatusModifier and TypeMethodDescriptionstatic RandomStatusRandomStatus.fromJson(com.fasterxml.jackson.databind.JsonNode data) Status.getRandomStatus()RandomStatus.withUsed(List<RandomUsed> used) Methods in io.gs2.stateMachine.model with parameters of type RandomStatusModifier and TypeMethodDescriptionvoidStatus.setRandomStatus(RandomStatus randomStatus) Status.withRandomStatus(RandomStatus randomStatus)