Uses of Enum Class
club.mher.privategames.api.privategame.IGameSettings.RespawnTime
Packages that use IGameSettings.RespawnTime
-
Uses of IGameSettings.RespawnTime in club.mher.privategames.api.privategame
Methods in club.mher.privategames.api.privategame that return IGameSettings.RespawnTimeModifier and TypeMethodDescriptionstatic IGameSettings.RespawnTimeIGameSettings.RespawnTime.getById(int id) IGameSettings.getRespawnTime()static IGameSettings.RespawnTimeReturns the enum constant of this class with the specified name.static IGameSettings.RespawnTime[]IGameSettings.RespawnTime.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.RespawnTimeModifier and TypeMethodDescriptionbooleanIGameSettings.isRespawnTime(IGameSettings.RespawnTime respawnTime) voidIGameSettings.setRespawnTime(IGameSettings.RespawnTime respawnTime)