Package net.minecraft
Record Class class_7929.class_7932
java.lang.Object
java.lang.Record
net.minecraft.class_7929.class_7932
- Record Components:
date-index-
- Enclosing class:
class_7929
- Mappings:
Namespace Name official ayn$cintermediary net/minecraft/class_7929$class_7932named net/minecraft/class_7929$class_7932official aintermediary comp_1158named dateofficial bintermediary comp_1159named index
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LocalDateThe field for thedaterecord component.private static final DateTimeFormatterprivate final intThe field for theindexrecord component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate()Returns the value of thedaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intindex()Returns the value of theindexrecord component.static @Nullable class_7929.class_7932method_47558(String string) method_47559(String string) toString()Returns a string representation of this record class.
-
Field Details
-
date
The field for thedaterecord component. -
index
private final int indexThe field for theindexrecord component. -
field_41293
- Mappings:
Namespace Name Mixin selector official cLayn$c;c:Ljava/time/format/DateTimeFormatter;intermediary field_41293Lnet/minecraft/class_7929$class_7932;field_41293:Ljava/time/format/DateTimeFormatter;named field_41293Lnet/minecraft/class_7929$class_7932;field_41293:Ljava/time/format/DateTimeFormatter;
-
-
Constructor Details
-
class_7932
-
-
Method Details
-
method_47558
- Mappings:
Namespace Name Mixin selector official aLayn$c;a(Ljava/lang/String;)Layn$c;intermediary method_47558Lnet/minecraft/class_7929$class_7932;method_47558(Ljava/lang/String;)Lnet/minecraft/class_7929$class_7932;named method_47558Lnet/minecraft/class_7929$class_7932;method_47558(Ljava/lang/String;)Lnet/minecraft/class_7929$class_7932;
-
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. -
method_47559
- Mappings:
Namespace Name Mixin selector official bLayn$c;b(Ljava/lang/String;)Ljava/lang/String;intermediary method_47559Lnet/minecraft/class_7929$class_7932;method_47559(Ljava/lang/String;)Ljava/lang/String;named method_47559Lnet/minecraft/class_7929$class_7932;method_47559(Ljava/lang/String;)Ljava/lang/String;
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with '=='. -
date
Returns the value of thedaterecord component.- Returns:
- the value of the
daterecord component
-
index
public int index()Returns the value of theindexrecord component.- Returns:
- the value of the
indexrecord component
-