Package net.minecraft.util.logging
Record Class LogFileCompressor.LogId
java.lang.Object
java.lang.Record
net.minecraft.util.logging.LogFileCompressor.LogId
- Record Components:
- date-
- index-
- Enclosing class:
- LogFileCompressor
- Mappings:
- Namespace - Name - official - azz$c- intermediary - net/minecraft/class_7929$class_7932- named - net/minecraft/util/logging/LogFileCompressor$LogId- official - a- intermediary - comp_1158- named - date- official - b- intermediary - comp_1159- named - index
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final LocalDateThe field for thedaterecord component.private static final DateTimeFormatterprivate final intThe field for theindexrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondate()Returns the value of thedaterecord component.final booleanIndicates whether some other object is "equal to" this one.static @Nullable LogFileCompressor.LogIdfromFileName(String fileName) getFileName(String extension) final inthashCode()Returns a hash code value for this object.intindex()Returns the value of theindexrecord component.toString()Returns a string representation of this record class.
- 
Field Details- 
dateThe field for thedaterecord component.
- 
indexprivate final int indexThe field for theindexrecord component.
- 
DATE_TIME_FORMATTER- Mappings:
- Namespace - Name - Mixin selector - official - c- Lazz$c;c:Ljava/time/format/DateTimeFormatter;- intermediary - field_41293- Lnet/minecraft/class_7929$class_7932;field_41293:Ljava/time/format/DateTimeFormatter;- named - DATE_TIME_FORMATTER- Lnet/minecraft/util/logging/LogFileCompressor$LogId;DATE_TIME_FORMATTER:Ljava/time/format/DateTimeFormatter;
 
 
- 
- 
Constructor Details- 
LogId
 
- 
- 
Method Details- 
fromFileName- Mappings:
- Namespace - Name - Mixin selector - official - a- Lazz$c;a(Ljava/lang/String;)Lazz$c;- intermediary - method_47558- Lnet/minecraft/class_7929$class_7932;method_47558(Ljava/lang/String;)Lnet/minecraft/class_7929$class_7932;- named - fromFileName- Lnet/minecraft/util/logging/LogFileCompressor$LogId;fromFileName(Ljava/lang/String;)Lnet/minecraft/util/logging/LogFileCompressor$LogId;
 
- 
toStringReturns 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.
- 
getFileName- Mappings:
- Namespace - Name - Mixin selector - official - b- Lazz$c;b(Ljava/lang/String;)Ljava/lang/String;- intermediary - method_47559- Lnet/minecraft/class_7929$class_7932;method_47559(Ljava/lang/String;)Ljava/lang/String;- named - getFileName- Lnet/minecraft/util/logging/LogFileCompressor$LogId;getFileName(Ljava/lang/String;)Ljava/lang/String;
 
- 
hashCodepublic 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.
- 
equalsIndicates 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 '=='.
- 
dateReturns the value of thedaterecord component.- Returns:
- the value of the daterecord component
 
- 
indexpublic int index()Returns the value of theindexrecord component.- Returns:
- the value of the indexrecord component
 
 
-