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 baa$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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
Constructor Details
-
Compressed
-
-
Method Details
-
getReader
- Specified by:
getReader
in interfaceLogFileCompressor.LogFile
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lbaa$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:
compress
in interfaceLogFileCompressor.LogFile
- Mappings:
Namespace Name Mixin selector official b
Lbaa$b;b()Lbaa$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;
-
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)
. -
path
- Specified by:
path
in interfaceLogFileCompressor.LogFile
- Mappings:
Namespace Name Mixin selector official c
Lbaa$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:
id
in interfaceLogFileCompressor.LogFile
- Mappings:
Namespace Name Mixin selector official d
Lbaa$b;d()Lbaa$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;
-