Uses of Interface
net.kyori.adventure.text.minimessage.MiniMessage.Builder
Packages that use MiniMessage.Builder
Package
Description
MiniMessage, a friendly text format for representing chat components.
-
Uses of MiniMessage.Builder in net.kyori.adventure.text.minimessage
Classes in net.kyori.adventure.text.minimessage that implement interfaces with type arguments of type MiniMessage.BuilderModifier and TypeClassDescriptionstatic enumA variety of presets for configuring MiniMessage.Methods in net.kyori.adventure.text.minimessage that return MiniMessage.BuilderModifier and TypeMethodDescriptionstatic MiniMessage.BuilderMiniMessage.builder()Creates a newMiniMessage.Builder.static MiniMessage.BuilderMiniMessage.builder(MiniMessage.Preset preset) Creates a newMiniMessage.Builderpre-configured for a specific preset.Print debug information to the given output (disabled by default).MiniMessage.Builder.editTags(Consumer<TagResolver.Builder> adder) Add to the set of known tags this MiniMessage instance can use.MiniMessage.Builder.emitVirtuals(boolean emitVirtuals) Configures if MiniMessage should emit virtual components (enabled by default).MiniMessage.Builder.postProcessor(UnaryOperator<Component> postProcessor) Specify a function that takes the component at the end of the parser process.MiniMessage.Builder.preProcessor(UnaryOperator<String> preProcessor) Specify a function that takes the string at the start of the parser process.MiniMessage.Builder.strict(boolean strict) Enables strict mode (disabled by default).MiniMessage.Builder.tags(TagResolver tags) Set the known tags to the provided tag resolver.Methods in net.kyori.adventure.text.minimessage that return types with arguments of type MiniMessage.BuilderModifier and TypeMethodDescriptionMiniMessage.Provider.builder()Initialize aMiniMessage.Builderbefore it is returned to the API caller.