HytalePlatformPlaceholder

Placeholder platform adapter for Hytale.

Important: intentionally incomplete

The Hytale server software and API do not exist yet (for us), so this module must not pretend we can integrate. This class exists only to:

  • provide a compile-time location for a future adapter

  • make uncertainty explicit through TODOs

Rules

  • No assumptions about real APIs

  • No concrete integration logic

  • Stubs must fail loudly if used

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val clock: PlatformClock
Link copied to clipboard
open override val commands: PlatformCommandBridge
Link copied to clipboard
open override val loggers: PlatformLoggerFactory
Link copied to clipboard
open override val platformId: String
Link copied to clipboard