Uses of Enum Class
net.minecraft.text.Decoration.Parameter
-
Uses of Decoration.Parameter in net.minecraft.text
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<Decoration.Parameter>
Decoration.Parameter.CODEC
private final List<Decoration.Parameter>
Decoration.parameters
The field for theparameters
record component.Modifier and TypeMethodDescriptionstatic Decoration.Parameter
Returns the enum constant of this class with the specified name.static Decoration.Parameter[]
Decoration.Parameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDecoration.parameters()
Returns the value of theparameters
record component.ModifierConstructorDescriptionDecoration
(String string, List<Decoration.Parameter> list, Style style)