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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
class_7934
-
-
Method Details
-
method_47565
- 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
- Specified by:
method_47556
in interfaceclass_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
- Specified by:
method_47557
in interfaceclass_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
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 interfaceclass_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
- Specified by:
id
in interfaceclass_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;
-