Package net.minecraft
Record Class class_7929.class_7930
java.lang.Object
java.lang.Record
net.minecraft.class_7929.class_7930
- Record Components:
path-id-
- All Implemented Interfaces:
class_7929.class_7931
- Enclosing class:
class_7929
public static record class_7929.class_7930(Path path, class_7929.class_7932 id)
extends Record
implements class_7929.class_7931
- Mappings:
Namespace Name official ayn$aintermediary net/minecraft/class_7929$class_7930named net/minecraft/class_7929$class_7930official aintermediary comp_1156named pathofficial bintermediary comp_1157named id
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
class_7930
-
-
Method Details
-
method_47556
- Specified by:
method_47556in interfaceclass_7929.class_7931- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLayn$b;a()Ljava/io/Reader;intermediary method_47556Lnet/minecraft/class_7929$class_7931;method_47556()Ljava/io/Reader;named method_47556Lnet/minecraft/class_7929$class_7931;method_47556()Ljava/io/Reader;
-
method_47557
- Specified by:
method_47557in interfaceclass_7929.class_7931- Mappings:
Namespace Name Mixin selector official bLayn$b;b()Layn$a;intermediary method_47557Lnet/minecraft/class_7929$class_7931;method_47557()Lnet/minecraft/class_7929$class_7930;named method_47557Lnet/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:
pathin interfaceclass_7929.class_7931- Mappings:
Namespace Name Mixin selector official cLayn$b;c()Ljava/nio/file/Path;intermediary comp_1156Lnet/minecraft/class_7929$class_7931;comp_1156()Ljava/nio/file/Path;named pathLnet/minecraft/class_7929$class_7931;path()Ljava/nio/file/Path;
-
id
- Specified by:
idin interfaceclass_7929.class_7931- Mappings:
Namespace Name Mixin selector official dLayn$b;d()Layn$c;intermediary comp_1157Lnet/minecraft/class_7929$class_7931;comp_1157()Lnet/minecraft/class_7929$class_7932;named idLnet/minecraft/class_7929$class_7931;id()Lnet/minecraft/class_7929$class_7932;
-