Package net.minecraft

Record Class class_7929.class_7934

java.lang.Object
java.lang.Record
net.minecraft.class_7929.class_7934
Record Components:
path -
id -
All Implemented Interfaces:
class_7929.class_7931
Enclosing class:
class_7929

public static record class_7929.class_7934(Path path, class_7929.class_7932 id) extends Record implements class_7929.class_7931
Mappings:
Namespace Name
official ayn$e
intermediary net/minecraft/class_7929$class_7934
named net/minecraft/class_7929$class_7934
official a
intermediary comp_1156
named path
official b
intermediary comp_1157
named id
  • Field Details

    • path

      private final Path path
      The field for the path record component.
    • id

      private final class_7929.class_7932 id
      The field for the id record component.
  • Constructor Details

  • Method Details

    • method_47565

      public FileChannel method_47565() throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official e Layn$e;e()Ljava/nio/channels/FileChannel;
      intermediary method_47565 Lnet/minecraft/class_7929$class_7934;method_47565()Ljava/nio/channels/FileChannel;
      named method_47565 Lnet/minecraft/class_7929$class_7934;method_47565()Ljava/nio/channels/FileChannel;
    • method_47556

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

      public class_7929.class_7930 method_47557() throws IOException
      Specified by:
      method_47557 in interface class_7929.class_7931
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Layn$b;b()Layn$a;
      intermediary method_47557 Lnet/minecraft/class_7929$class_7931;method_47557()Lnet/minecraft/class_7929$class_7930;
      named method_47557 Lnet/minecraft/class_7929$class_7931;method_47557()Lnet/minecraft/class_7929$class_7930;
    • 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()
      Specified by:
      path in interface class_7929.class_7931
      Mappings:
      Namespace Name Mixin selector
      official c Layn$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/class_7929$class_7931;path()Ljava/nio/file/Path;
    • id

      public class_7929.class_7932 id()
      Specified by:
      id in interface class_7929.class_7931
      Mappings:
      Namespace Name Mixin selector
      official d Layn$b;d()Layn$c;
      intermediary comp_1157 Lnet/minecraft/class_7929$class_7931;comp_1157()Lnet/minecraft/class_7929$class_7932;
      named id Lnet/minecraft/class_7929$class_7931;id()Lnet/minecraft/class_7929$class_7932;