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.CODECThe codec for a message format parameter.private final List<MessageFormat.Parameter>MessageFormat.parametersThe field for theparametersrecord component.Methods in net.minecraft.network that return MessageFormat.ParameterModifier and TypeMethodDescriptionstatic MessageFormat.ParameterReturns 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 theparametersrecord component.Constructor parameters in net.minecraft.network with type arguments of type MessageFormat.ParameterModifierConstructorDescriptionMessageFormat(String string, List<MessageFormat.Parameter> list, Style style)