Uses of Record Class
net.minecraft.network.MessageType.NarrationRule
Packages that use MessageType.NarrationRule
-
Uses of MessageType.NarrationRule in net.minecraft.network
Fields in net.minecraft.network with type parameters of type MessageType.NarrationRuleModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MessageType.NarrationRule>MessageType.NarrationRule.CODECThe codec for the message narraton rule.private final Optional<MessageType.NarrationRule>MessageType.narrationThe field for thenarrationrecord component.Methods in net.minecraft.network that return MessageType.NarrationRuleModifier and TypeMethodDescriptionstatic MessageType.NarrationRuleMessageType.NarrationRule.of(MessageFormat decoration, MessageType.NarrationRule.Kind kind) Returns a rule that narrates a message after formatting.static MessageType.NarrationRuleMessageType.NarrationRule.of(MessageType.NarrationRule.Kind kind) Returns a rule that narrates a message's content directly.Methods in net.minecraft.network that return types with arguments of type MessageType.NarrationRule