Package net.minecraft
Record Class class_10973
java.lang.Object
java.lang.Record
net.minecraft.class_10973
- Mappings:
Namespace Name named net/minecraft/class_10973intermediary net/minecraft/class_10973official aus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_10973> static final ResourceMetadataSerializer<class_10973> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field_58325
- Mappings:
Namespace Name Mixin selector named field_58325Lnet/minecraft/class_10973;field_58325:Lcom/mojang/serialization/Codec;intermediary field_58325Lnet/minecraft/class_10973;field_58325:Lcom/mojang/serialization/Codec;official aLaus;a:Lcom/mojang/serialization/Codec;
-
field_58326
- Mappings:
Namespace Name Mixin selector named field_58326Lnet/minecraft/class_10973;field_58326:Lnet/minecraft/resource/metadata/ResourceMetadataSerializer;intermediary field_58326Lnet/minecraft/class_10973;field_58326:Lnet/minecraft/class_7677;official bLaus;b:Lavj;
-
-
Constructor Details
-
class_10973
public class_10973()Creates an instance of aclass_10973record class.
-
-
Method Details
-
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.
-