Uses of Enum Class
net.minecraft.network.MessageFormat.Parameter
Packages that use MessageFormat.Parameter
-
Uses of MessageFormat.Parameter in net.minecraft.network
Fields in net.minecraft.network with type parameters of type MessageFormat.ParameterModifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<MessageFormat.Parameter>
MessageFormat.Parameter.CODEC
The codec for a message format parameter.private final List<MessageFormat.Parameter>
MessageFormat.parameters
The field for theparameters
record component.Methods in net.minecraft.network that return MessageFormat.ParameterModifier and TypeMethodDescriptionstatic MessageFormat.Parameter
Returns the enum constant of this class with the specified name.static MessageFormat.Parameter[]
MessageFormat.Parameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network that return types with arguments of type MessageFormat.ParameterModifier and TypeMethodDescriptionMessageFormat.parameters()
Returns the value of theparameters
record component.Constructor parameters in net.minecraft.network with type arguments of type MessageFormat.ParameterModifierConstructorDescriptionMessageFormat
(String string, List<MessageFormat.Parameter> list, Style style)