Package net.minecraft.util.logging
Record Class LogFileCompressor.Compressed
java.lang.Object
java.lang.Record
net.minecraft.util.logging.LogFileCompressor.Compressed
- Record Components:
- path-
- id-
- All Implemented Interfaces:
- LogFileCompressor.LogFile
- Enclosing class:
- LogFileCompressor
public static record LogFileCompressor.Compressed(Path path, LogFileCompressor.LogId id)
extends Record
implements LogFileCompressor.LogFile
- Mappings:
- Namespace - Name - official - azz$a- intermediary - net/minecraft/class_7929$class_7930- named - net/minecraft/util/logging/LogFileCompressor$Compressed- official - a- intermediary - comp_1156- named - path- official - b- intermediary - comp_1157- named - id
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details
- 
Constructor Details- 
Compressed
 
- 
- 
Method Details- 
getReader- Specified by:
- getReaderin interface- LogFileCompressor.LogFile
- Throws:
- IOException
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lazz$b;a()Ljava/io/Reader;- intermediary - method_47556- Lnet/minecraft/class_7929$class_7931;method_47556()Ljava/io/Reader;- named - getReader- Lnet/minecraft/util/logging/LogFileCompressor$LogFile;getReader()Ljava/io/Reader;
 
- 
compress- Specified by:
- compressin interface- LogFileCompressor.LogFile
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lazz$b;b()Lazz$a;- intermediary - method_47557- Lnet/minecraft/class_7929$class_7931;method_47557()Lnet/minecraft/class_7929$class_7930;- named - compress- Lnet/minecraft/util/logging/LogFileCompressor$LogFile;compress()Lnet/minecraft/util/logging/LogFileCompressor$Compressed;
 
- 
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.
- 
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. All components in this record class are compared withObjects::equals(Object,Object).
- 
path- Specified by:
- pathin interface- LogFileCompressor.LogFile
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lazz$b;c()Ljava/nio/file/Path;- intermediary - comp_1156- Lnet/minecraft/class_7929$class_7931;comp_1156()Ljava/nio/file/Path;- named - path- Lnet/minecraft/util/logging/LogFileCompressor$LogFile;path()Ljava/nio/file/Path;
 
- 
id- Specified by:
- idin interface- LogFileCompressor.LogFile
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lazz$b;d()Lazz$c;- intermediary - comp_1157- Lnet/minecraft/class_7929$class_7931;comp_1157()Lnet/minecraft/class_7929$class_7932;- named - id- Lnet/minecraft/util/logging/LogFileCompressor$LogFile;id()Lnet/minecraft/util/logging/LogFileCompressor$LogId;
 
 
-