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 baa$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 Summary
Modifier and TypeFieldDescriptionprivate final LocalDate
The field for thedate
record component.private static final DateTimeFormatter
private final int
The field for theindex
record component. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondate()
Returns the value of thedate
record component.final boolean
Indicates whether some other object is "equal to" this one.static @Nullable LogFileCompressor.LogId
fromFileName
(String fileName) getFileName
(String extension) final int
hashCode()
Returns a hash code value for this object.int
index()
Returns the value of theindex
record component.toString()
Returns a string representation of this record class.
-
Field Details
-
date
The field for thedate
record component. -
index
private final int indexThe field for theindex
record component. -
DATE_TIME_FORMATTER
- Mappings:
Namespace Name Mixin selector official c
Lbaa$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
Lbaa$c;a(Ljava/lang/String;)Lbaa$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;
-
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. -
getFileName
- Mappings:
Namespace Name Mixin selector official b
Lbaa$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;
-
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 thedate
record component.- Returns:
- the value of the
date
record component
-
index
public int index()Returns the value of theindex
record component.- Returns:
- the value of the
index
record component
-