Uses of Enum Class
club.mher.privategames.api.privategame.IGameSettings.Speed
Packages that use IGameSettings.Speed
-
Uses of IGameSettings.Speed in club.mher.privategames.api.privategame
Methods in club.mher.privategames.api.privategame that return IGameSettings.SpeedModifier and TypeMethodDescriptionstatic IGameSettings.SpeedIGameSettings.Speed.getById(int id) IGameSettings.getSpeed()static IGameSettings.SpeedReturns the enum constant of this class with the specified name.static IGameSettings.Speed[]IGameSettings.Speed.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in club.mher.privategames.api.privategame with parameters of type IGameSettings.SpeedModifier and TypeMethodDescriptionbooleanIGameSettings.isSpeed(IGameSettings.Speed speed) voidIGameSettings.setSpeed(IGameSettings.Speed speed)