Package net.minecraft.text
Enum Class Decoration.Parameter
- All Implemented Interfaces:
Serializable,Comparable<Decoration.Parameter>,Constable,StringIdentifiable
- Enclosing class:
Decoration
public static enum Decoration.Parameter
extends Enum<Decoration.Parameter>
implements StringIdentifiable
Represents a parameter that the decoration uses.
- Mappings:
Namespace Name official vc$aintermediary net/minecraft/class_7463$class_7464named net/minecraft/text/Decoration$Parameter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA functional interface that selects the text from the passed parameters.Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Decoration.Parameter>private final Stringprivate final Decoration.Parameter.SelectorFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateParameter(String name, Decoration.Parameter.Selector selector) -
Method Summary
Modifier and TypeMethodDescriptionapply(Text content, MessageType.Parameters params) Returns the text obtained by applying the passed values to the parameter.asString()Returns the unique string representation of the enum, used for serialization.static Decoration.ParameterReturns the enum constant of this class with the specified name.static Decoration.Parameter[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SENDER
- Mappings:
Namespace Name Mixin selector official aLvc$a;a:Lvc$a;intermediary field_39220Lnet/minecraft/class_7463$class_7464;field_39220:Lnet/minecraft/class_7463$class_7464;named SENDERLnet/minecraft/text/Decoration$Parameter;SENDER:Lnet/minecraft/text/Decoration$Parameter;
-
TARGET
- Mappings:
Namespace Name Mixin selector official bLvc$a;b:Lvc$a;intermediary field_39221Lnet/minecraft/class_7463$class_7464;field_39221:Lnet/minecraft/class_7463$class_7464;named TARGETLnet/minecraft/text/Decoration$Parameter;TARGET:Lnet/minecraft/text/Decoration$Parameter;
-
CONTENT
- Mappings:
Namespace Name Mixin selector official cLvc$a;c:Lvc$a;intermediary field_39222Lnet/minecraft/class_7463$class_7464;field_39222:Lnet/minecraft/class_7463$class_7464;named CONTENTLnet/minecraft/text/Decoration$Parameter;CONTENT:Lnet/minecraft/text/Decoration$Parameter;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official dLvc$a;d:Lcom/mojang/serialization/Codec;intermediary field_39223Lnet/minecraft/class_7463$class_7464;field_39223:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/text/Decoration$Parameter;CODEC:Lcom/mojang/serialization/Codec;
-
name
- Mappings:
Namespace Name Mixin selector official eLvc$a;e:Ljava/lang/String;intermediary field_39224Lnet/minecraft/class_7463$class_7464;field_39224:Ljava/lang/String;named nameLnet/minecraft/text/Decoration$Parameter;name:Ljava/lang/String;
-
selector
- Mappings:
Namespace Name Mixin selector official fLvc$a;f:Lvc$a$a;intermediary field_39225Lnet/minecraft/class_7463$class_7464;field_39225:Lnet/minecraft/class_7463$class_7464$class_7465;named selectorLnet/minecraft/text/Decoration$Parameter;selector:Lnet/minecraft/text/Decoration$Parameter$Selector;
-
-
Constructor Details
-
Parameter
- Mappings:
Namespace Name Mixin selector official <init>Lvc$a;<init>(Ljava/lang/String;ILjava/lang/String;Lvc$a$a;)Vintermediary <init>Lnet/minecraft/class_7463$class_7464;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_7463$class_7464$class_7465;)Vnamed <init>Lnet/minecraft/text/Decoration$Parameter;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/text/Decoration$Parameter$Selector;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
apply
Returns the text obtained by applying the passed values to the parameter.- Returns:
- the text obtained by applying the passed values to the parameter
- Mappings:
Namespace Name Mixin selector official aLvc$a;a(Lvf;Lvb$a;)Lvf;intermediary method_43837Lnet/minecraft/class_7463$class_7464;method_43837(Lnet/minecraft/class_2561;Lnet/minecraft/class_2556$class_7602;)Lnet/minecraft/class_2561;named applyLnet/minecraft/text/Decoration$Parameter;apply(Lnet/minecraft/text/Text;Lnet/minecraft/network/message/MessageType$Parameters;)Lnet/minecraft/text/Text;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official cLavk;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-