Manifest

data class Manifest(val id: String, val accentColor: TextColor, val langResources: List<String>)

Metadata for an AlexandriaHook.

Parameters

id

the unique identifier for this hook. Must match keyPattern.

accentColor

a color that can be used to give this hook its own theme.

langResources

a list of paths in the JAR at which language resources are loaded from.

Constructors

Link copied to clipboard
constructor(id: String, accentColor: TextColor, langResources: List<String>)

Properties

Link copied to clipboard
val accentColor: TextColor
Link copied to clipboard
val id: String
Link copied to clipboard