Package net.minecraft
Record Class class_7463
java.lang.Object
java.lang.Record
net.minecraft.class_7463
- Record Components:
translationKey-parameters-style-
public record class_7463(String translationKey, List<class_7463.class_7464> parameters, Style style)
extends Record
- Mappings:
Namespace Name official raintermediary net/minecraft/class_7463named net/minecraft/class_7463official bintermediary comp_788named translationKeyofficial cintermediary comp_789named parametersofficial dintermediary comp_790named style
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_7463>private final List<class_7463.class_7464>The field for theparametersrecord component.private final StyleThe field for thestylerecord component.private final StringThe field for thetranslationKeyrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static class_7463method_43831(String string) method_43832(Text text, @Nullable ChatMessageSender chatMessageSender) static class_7463method_43833(String string) private Text[]method_43834(Text text, @Nullable ChatMessageSender chatMessageSender) static class_7463method_43835(String string) Returns the value of theparametersrecord component.style()Returns the value of thestylerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetranslationKeyrecord component.
-
Field Details
-
translationKey
The field for thetranslationKeyrecord component. -
parameters
The field for theparametersrecord component. -
style
The field for thestylerecord component. -
field_39219
- Mappings:
Namespace Name Mixin selector official aLra;a:Lcom/mojang/serialization/Codec;intermediary field_39219Lnet/minecraft/class_7463;field_39219:Lcom/mojang/serialization/Codec;named field_39219Lnet/minecraft/class_7463;field_39219:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_7463
-
-
Method Details
-
method_43831
- Mappings:
Namespace Name Mixin selector official aLra;a(Ljava/lang/String;)Lra;intermediary method_43831Lnet/minecraft/class_7463;method_43831(Ljava/lang/String;)Lnet/minecraft/class_7463;named method_43831Lnet/minecraft/class_7463;method_43831(Ljava/lang/String;)Lnet/minecraft/class_7463;
-
method_43833
- Mappings:
Namespace Name Mixin selector official bLra;b(Ljava/lang/String;)Lra;intermediary method_43833Lnet/minecraft/class_7463;method_43833(Ljava/lang/String;)Lnet/minecraft/class_7463;named method_43833Lnet/minecraft/class_7463;method_43833(Ljava/lang/String;)Lnet/minecraft/class_7463;
-
method_43835
- Mappings:
Namespace Name Mixin selector official cLra;c(Ljava/lang/String;)Lra;intermediary method_43835Lnet/minecraft/class_7463;method_43835(Ljava/lang/String;)Lnet/minecraft/class_7463;named method_43835Lnet/minecraft/class_7463;method_43835(Ljava/lang/String;)Lnet/minecraft/class_7463;
-
method_43832
- Mappings:
Namespace Name Mixin selector official aLra;a(Lrf;Lrb;)Lrf;intermediary method_43832Lnet/minecraft/class_7463;method_43832(Lnet/minecraft/class_2561;Lnet/minecraft/class_7436;)Lnet/minecraft/class_2561;named method_43832Lnet/minecraft/class_7463;method_43832(Lnet/minecraft/text/Text;Lnet/minecraft/network/ChatMessageSender;)Lnet/minecraft/text/Text;
-
method_43834
- Mappings:
Namespace Name Mixin selector official bLra;b(Lrf;Lrb;)[Lrf;intermediary method_43834Lnet/minecraft/class_7463;method_43834(Lnet/minecraft/class_2561;Lnet/minecraft/class_7436;)[Lnet/minecraft/class_2561;named method_43834Lnet/minecraft/class_7463;method_43834(Lnet/minecraft/text/Text;Lnet/minecraft/network/ChatMessageSender;)[Lnet/minecraft/text/Text;
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
translationKey
Returns the value of thetranslationKeyrecord component.- Returns:
- the value of the
translationKeyrecord component
-
parameters
Returns the value of theparametersrecord component.- Returns:
- the value of the
parametersrecord component
-
style
Returns the value of thestylerecord component.- Returns:
- the value of the
stylerecord component
-