Uses of Enum Class
net.kyori.adventure.text.minimessage.MiniMessage.Preset
Packages that use MiniMessage.Preset
Package
Description
MiniMessage, a friendly text format for representing chat components.
Built-in tags shipped with MiniMessage.
-
Uses of MiniMessage.Preset in net.kyori.adventure.text.minimessage
Subclasses with type arguments of type MiniMessage.Preset in net.kyori.adventure.text.minimessageModifier and TypeClassDescriptionstatic enumA variety of presets for configuring MiniMessage.Fields in net.kyori.adventure.text.minimessage with type parameters of type MiniMessage.PresetModifier and TypeFieldDescriptionstatic final Index<String, MiniMessage.Preset> MiniMessage.Preset.NAMESThe name map.Methods in net.kyori.adventure.text.minimessage that return MiniMessage.PresetModifier and TypeMethodDescriptionstatic MiniMessage.PresetReturns the enum constant of this class with the specified name.static MiniMessage.Preset[]MiniMessage.Preset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.kyori.adventure.text.minimessage with parameters of type MiniMessage.PresetModifier and TypeMethodDescriptionstatic MiniMessage.BuilderMiniMessage.builder(MiniMessage.Preset preset) Creates a newMiniMessage.Builderpre-configured for a specific preset.static MiniMessageMiniMessage.miniMessage(MiniMessage.Preset preset) Gets an instance based on a specific preset. -
Uses of MiniMessage.Preset in net.kyori.adventure.text.minimessage.tag.standard
Methods in net.kyori.adventure.text.minimessage.tag.standard with parameters of type MiniMessage.PresetModifier and TypeMethodDescriptionstatic TagResolverStandardTags.forPreset(MiniMessage.Preset preset) Get a resolver that handles all standard tags for a given preset.