Package-level declarations

Types

Link copied to clipboard
A lazy text component with async loading.
Link copied to clipboard
interface DelegatedComponent : Component, Supplier<Component>
A component that is delegated to another component.
Link copied to clipboard
class PlainText : Record, Component, FormattedCharSequence, CharSequence
A plain and immutable Component, FormattedCharSequence and CharSequence.
Link copied to clipboard
class RunnableClickEvent : Record, ClickEvent, Runnable
Allows net.minecraft.network.chat.MutableComponent to execute anything on click.
Link copied to clipboard

A mode for matching strings.

Link copied to clipboard
Link copied to clipboard
class TextList : Component
Text, but only siblings

Functions

Link copied to clipboard
inline fun style(block: StyleBuilder.() -> Unit): Style
Link copied to clipboard
inline fun Style.with(block: StyleBuilder.() -> Unit): Style