Uses of Enum Class
net.minecraft.network.MessageType.NarrationRule.Kind
Packages that use MessageType.NarrationRule.Kind
-
Uses of MessageType.NarrationRule.Kind in net.minecraft.client.option
Methods in net.minecraft.client.option with parameters of type MessageType.NarrationRule.KindModifier and TypeMethodDescriptionbooleanNarratorMode.isCompatibleWith(MessageType.NarrationRule.Kind narrationKind) -
Uses of MessageType.NarrationRule.Kind in net.minecraft.network
Fields in net.minecraft.network declared as MessageType.NarrationRule.KindModifier and TypeFieldDescriptionprivate final MessageType.NarrationRule.KindMessageType.NarrationRule.priorityThe field for thepriorityrecord component.Fields in net.minecraft.network with type parameters of type MessageType.NarrationRule.KindModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<MessageType.NarrationRule.Kind>MessageType.NarrationRule.Kind.CODECThe codec for the narration kind.Methods in net.minecraft.network that return MessageType.NarrationRule.KindModifier and TypeMethodDescriptionMessageType.NarrationRule.priority()Returns the value of thepriorityrecord component.Returns the enum constant of this class with the specified name.static MessageType.NarrationRule.Kind[]MessageType.NarrationRule.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network with parameters of type MessageType.NarrationRule.KindModifier 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.Constructors in net.minecraft.network with parameters of type MessageType.NarrationRule.KindModifierConstructorDescriptionNarrationRule(Optional<MessageFormat> optional, MessageType.NarrationRule.Kind kind)