package util
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class AdminConfig(port: Int, bind: String) extends Product with Serializable
- case class AntiCheatConfig(hitPositionDiscrepancyThreshold: Int) extends Product with Serializable
- 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
- case class DatabaseConfig(host: String, port: Int, username: String, password: String, database: String, sslmode: String) extends Product with Serializable
- case class DevelopmentConfig(unprivilegedGmCommands: Seq[ChatMessageType], netSim: NetSimConfig) extends Product with Serializable
- case class GameConfig(instantActionAms: Boolean) extends Product with Serializable
- case class KamonConfig(enable: Boolean) extends Product with Serializable
- case class LoginConfig(port: Int, createMissingAccounts: Boolean) extends Product with Serializable
- case class NetSimConfig(enable: Boolean, loss: Double, delay: Duration, reorderChance: Double, reorderTime: Duration) extends Product with Serializable
- case class NetworkConfig(session: SessionConfig) extends Product with Serializable
- 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
/zoneand/warp. (The exception isaliaswhich is maintained for cosmetic purposes and clarification.) - case class SentryConfig(enable: Boolean, dsn: String) extends Product with Serializable
- case class SessionConfig(inboundGraceTime: Duration, outboundGraceTime: Duration) extends Product with Serializable
- case class WorldConfig(port: Int, serverName: String, serverType: ServerType) extends Product with Serializable
Value Members
- object Config
- object Database
- object DefinitionUtil
- object PointOfInterest