Package net.minecraft.util.logging
Record Class LogFileCompressor.Uncompressed
java.lang.Object
java.lang.Record
net.minecraft.util.logging.LogFileCompressor.Uncompressed
- Record Components:
path-id-
- All Implemented Interfaces:
LogFileCompressor.LogFile
- Enclosing class:
LogFileCompressor
public static record LogFileCompressor.Uncompressed(Path path, LogFileCompressor.LogId id)
extends Record
implements LogFileCompressor.LogFile
- Mappings:
Namespace Name intermediary net/minecraft/class_7929$class_7934official azy$enamed net/minecraft/util/logging/LogFileCompressor$Uncompressedintermediary comp_1156official anamed pathintermediary comp_1157official bnamed id
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
Uncompressed
-
-
Method Details
-
open
- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_47565Lnet/minecraft/class_7929$class_7934;method_47565()Ljava/nio/channels/FileChannel;official eLazy$e;e()Ljava/nio/channels/FileChannel;named openLnet/minecraft/util/logging/LogFileCompressor$Uncompressed;open()Ljava/nio/channels/FileChannel;
-
getReader
- Specified by:
getReaderin interfaceLogFileCompressor.LogFile- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_47556Lnet/minecraft/class_7929$class_7931;method_47556()Ljava/io/Reader;official aLazy$b;a()Ljava/io/Reader;named getReaderLnet/minecraft/util/logging/LogFileCompressor$LogFile;getReader()Ljava/io/Reader;
-
compress
- Specified by:
compressin interfaceLogFileCompressor.LogFile- Throws:
IOException- Mappings:
Namespace Name Mixin selector intermediary method_47557Lnet/minecraft/class_7929$class_7931;method_47557()Lnet/minecraft/class_7929$class_7930;official bLazy$b;b()Lazy$a;named compressLnet/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:
pathin interfaceLogFileCompressor.LogFile- Mappings:
Namespace Name Mixin selector intermediary comp_1156Lnet/minecraft/class_7929$class_7931;comp_1156()Ljava/nio/file/Path;official cLazy$b;c()Ljava/nio/file/Path;named pathLnet/minecraft/util/logging/LogFileCompressor$LogFile;path()Ljava/nio/file/Path;
-
id
- Specified by:
idin interfaceLogFileCompressor.LogFile- Mappings:
Namespace Name Mixin selector intermediary comp_1157Lnet/minecraft/class_7929$class_7931;comp_1157()Lnet/minecraft/class_7929$class_7932;official dLazy$b;d()Lazy$c;named idLnet/minecraft/util/logging/LogFileCompressor$LogFile;id()Lnet/minecraft/util/logging/LogFileCompressor$LogId;
-