Descriptor

@ConfigSerializable
data class Descriptor(val head: PartialComponent = PartialComponent.of("<prefix:origins> Information about <origin>:<category>"), val keyedBodyLine: PartialComponent = PartialComponent.of(" <aqua><key> <white>»</white> <value></aqua>"), val bodyLine: PartialComponent = PartialComponent.of(" <aqua><value></aqua>"), val footer: PartialComponent = PartialComponent.of("<prefix:origins>End of information.")) : LangConfig.InnerLang

Constructors

Link copied to clipboard
fun Descriptor(head: PartialComponent = PartialComponent.of("<prefix:origins> Information about <origin>:<category>"), keyedBodyLine: PartialComponent = PartialComponent.of(" <aqua><key> <white>»</white> <value></aqua>"), bodyLine: PartialComponent = PartialComponent.of(" <aqua><value></aqua>"), footer: PartialComponent = PartialComponent.of("<prefix:origins>End of information."))

Functions

Link copied to clipboard
operator fun get(key: String): PartialComponent
open operator fun get(key: String, convertFirst: Boolean): PartialComponent

Properties

Link copied to clipboard
val bodyLine: PartialComponent
Link copied to clipboard
val footer: PartialComponent
Link copied to clipboard
val head: PartialComponent
Link copied to clipboard
open override var initialized: Boolean
Link copied to clipboard
val keyedBodyLine: PartialComponent
Link copied to clipboard
val keys: ImmutableSet<String>
Link copied to clipboard
open override var plugin: MinixPlugin
Link copied to clipboard
val propertyMap: PersistentMap<String, KProperty1<Any, PartialComponent>>