Package-level declarations

Types

Link copied to clipboard

Provides an HTML about frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard

Provides an HTML completion frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard

Provides an HTML conversation frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard
sealed class HtmlElementType

Provides options for HTML element types.

Link copied to clipboard
class HtmlFrame(pageBuilder: HtmlPageBuilder, val acceptsInput: Boolean = true) : Frame

Provides a HTML based Frame.

Link copied to clipboard

Provides an HTML game over frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard

Provides an HTML help frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard
class HtmlPageBuilder(val mode: HtmlElementType = HtmlElementType.Document())

Provides functionality for building HTML pages. Specify the build mode with the mode property.

Link copied to clipboard
class HtmlRegionMapFrameBuilder(htmlPageBuilder: HtmlPageBuilder, regionMapBuilder: GridRegionMapBuilder, frameSize: Size) : RegionMapFrameBuilder

Provides an HTML region map frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard
class HtmlSceneFrameBuilder(htmlPageBuilder: HtmlPageBuilder, roomMapBuilder: GridRoomMapBuilder, frameSize: Size, displayMessagesInIsolation: Boolean = true, suppressMovementMessages: Boolean = true) : SceneFrameBuilder

Provides an HTML scene frame builder.

Link copied to clipboard

Provides an HTML title frame builder that builds in to the specified htmlPageBuilder.

Link copied to clipboard

Provides an HTML transition frame builder that builds in to the specified htmlPageBuilder.