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
named net/minecraft/util/logging/LogFileCompressor$Compressed
intermediary net/minecraft/class_7929$class_7930
official bmc$a
named path
intermediary comp_1156
official a
named id
intermediary comp_1157
official b
  • Field Details

  • Constructor Details

  • Method Details

    • getReader

      @Nullable public @Nullable Reader getReader() throws IOException
      Specified by:
      getReader in interface LogFileCompressor.LogFile
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named getReader Lnet/minecraft/util/logging/LogFileCompressor$LogFile;getReader()Ljava/io/Reader;
      intermediary method_47556 Lnet/minecraft/class_7929$class_7931;method_47556()Ljava/io/Reader;
      official a Lbmc$b;a()Ljava/io/Reader;
    • compress

      public LogFileCompressor.Compressed compress()
      Specified by:
      compress in interface LogFileCompressor.LogFile
      Mappings:
      Namespace Name Mixin selector
      named compress Lnet/minecraft/util/logging/LogFileCompressor$LogFile;compress()Lnet/minecraft/util/logging/LogFileCompressor$Compressed;
      intermediary method_47557 Lnet/minecraft/class_7929$class_7931;method_47557()Lnet/minecraft/class_7929$class_7930;
      official b Lbmc$b;b()Lbmc$a;
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • path

      public Path path()
      Returns the value of the path record component.
      Specified by:
      path in interface LogFileCompressor.LogFile
      Returns:
      the value of the path record component
    • id

      Returns the value of the id record component.
      Specified by:
      id in interface LogFileCompressor.LogFile
      Returns:
      the value of the id record component