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.CODECprivate 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(MessageType.NarrationRule.Kind priority) Returns the narration rule with no decoration and the specified kind.static MessageType.NarrationRuleMessageType.NarrationRule.of(Decoration decoration, MessageType.NarrationRule.Kind kind) Returns the narration rule with the specified decoration and kind.Methods in net.minecraft.network that return types with arguments of type MessageType.NarrationRule