Uses of Enum Class
xericker.arenalegends.core.game.contract.player.PlayerRoll
Packages that use PlayerRoll
Package
Description
-
Uses of PlayerRoll in xericker.arenalegends.core.game.contract.player
Subclasses with type arguments of type PlayerRoll in xericker.arenalegends.core.game.contract.playerMethods in xericker.arenalegends.core.game.contract.player that return PlayerRollModifier and TypeMethodDescriptionstatic PlayerRollReturns the enum constant of this class with the specified name.static PlayerRoll[]PlayerRoll.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PlayerRoll in xericker.arenalegends.playerdata.storage.game
Methods in xericker.arenalegends.playerdata.storage.game with parameters of type PlayerRollModifier and TypeMethodDescriptionvoidRerollStorage.add(PlayerRoll type, int value) voidRerollStorage.addIfZero(PlayerRoll type, int value) RerollStorage.getMap(PlayerRoll type) voidRerollStorage.set(PlayerRoll type, int value) voidRerollStorage.set(PlayerRoll type, int index, int value) voidRerollStorage.subtract(PlayerRoll type, int value)