Uses of Record Class
net.minecraft.text.Decoration
Packages that use Decoration
-
Uses of Decoration in net.minecraft.network.message
Fields in net.minecraft.network.message with type parameters of type DecorationModifier and TypeFieldDescriptionprivate final Optional<Decoration>
MessageType.DisplayRule.decoration
The field for thedecoration
record component.private final Optional<Decoration>
MessageType.NarrationRule.decoration
The field for thedecoration
record component.Methods in net.minecraft.network.message that return types with arguments of type DecorationModifier and TypeMethodDescriptionMessageType.DisplayRule.decoration()
Returns the value of thedecoration
record component.MessageType.NarrationRule.decoration()
Returns the value of thedecoration
record component.Methods in net.minecraft.network.message with parameters of type DecorationModifier and TypeMethodDescriptionstatic MessageType.DisplayRule
MessageType.DisplayRule.of
(Decoration decoration) Returns the display rule with the specified decoration.static MessageType.NarrationRule
MessageType.NarrationRule.of
(Decoration decoration, MessageType.NarrationRule.Kind kind) Returns the narration rule with the specified decoration and kind.Constructor parameters in net.minecraft.network.message with type arguments of type DecorationModifierConstructorDescriptionDisplayRule
(Optional<Decoration> optional) NarrationRule
(Optional<Decoration> optional, MessageType.NarrationRule.Kind kind) -
Uses of Decoration in net.minecraft.text
Fields in net.minecraft.text with type parameters of type DecorationModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Decoration>
Decoration.CODEC
Methods in net.minecraft.text that return DecorationModifier and TypeMethodDescriptionstatic Decoration
Returns the decoration used in chat messages.static Decoration
Decoration.ofDirectMessage
(String translationKey) Returns the decoration used inMessageCommand
.static Decoration
Decoration.ofTeamMessage
(String translationKey) Returns the decoration used in chat messages.