Packages

package util

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AdminConfig(port: Int, bind: String) extends Product with Serializable
  2. case class AntiCheatConfig(hitPositionDiscrepancyThreshold: Int) extends Product with Serializable
  3. case class AppConfig(bind: String, public: String, login: LoginConfig, world: WorldConfig, admin: AdminConfig, database: DatabaseConfig, game: GameConfig, antiCheat: AntiCheatConfig, network: NetworkConfig, development: DevelopmentConfig, kamon: KamonConfig, sentry: SentryConfig) extends Product with Serializable
  4. case class DatabaseConfig(host: String, port: Int, username: String, password: String, database: String, sslmode: String) extends Product with Serializable
  5. case class DevelopmentConfig(unprivilegedGmCommands: Seq[ChatMessageType], netSim: NetSimConfig) extends Product with Serializable
  6. case class GameConfig(instantActionAms: Boolean) extends Product with Serializable
  7. case class KamonConfig(enable: Boolean) extends Product with Serializable
  8. case class LoginConfig(port: Int, createMissingAccounts: Boolean) extends Product with Serializable
  9. case class NetSimConfig(enable: Boolean, loss: Double, delay: Duration, reorderChance: Double, reorderTime: Duration) extends Product with Serializable
  10. case class NetworkConfig(session: SessionConfig) extends Product with Serializable
  11. class PointOfInterest extends AnyRef

    A crude representation of the information needed to describe a continent (hitherto, a "zone").

    A crude representation of the information needed to describe a continent (hitherto, a "zone"). The information is mainly catered to the simulation of the CSR commands /zone and /warp. (The exception is alias which is maintained for cosmetic purposes and clarification.)

  12. case class SentryConfig(enable: Boolean, dsn: String) extends Product with Serializable
  13. case class SessionConfig(inboundGraceTime: Duration, outboundGraceTime: Duration) extends Product with Serializable
  14. case class WorldConfig(port: Int, serverName: String, serverType: ServerType) extends Product with Serializable

Value Members

  1. object Config
  2. object Database
  3. object DefinitionUtil
  4. object PointOfInterest

Ungrouped