Uses of Enum Class
xericker.arenalegends.core.game.round.data.RoundOption
Packages that use RoundOption
-
Uses of RoundOption in xericker.arenalegends.core.game.round.data
Subclasses with type arguments of type RoundOption in xericker.arenalegends.core.game.round.dataMethods in xericker.arenalegends.core.game.round.data that return RoundOptionModifier and TypeMethodDescriptionstatic RoundOptionReturns the enum constant of this class with the specified name.static RoundOption[]RoundOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xericker.arenalegends.core.game.round.data with parameters of type RoundOptionModifier and TypeMethodDescription<T> TRoundData.get(RoundOption option) booleanRoundData.getBoolean(RoundOption option) intRoundData.getInt(RoundOption option) RoundData.getString(RoundOption option) voidRoundData.set(RoundOption option, Object value)