Package net.minecraft
Record Class class_9962.class_9964
java.lang.Object
java.lang.Record
net.minecraft.class_9962.class_9964
- All Implemented Interfaces:
class_9962.class_9966
- Enclosing class:
class_9962
@Environment(CLIENT)
public static record class_9962.class_9964()
extends Record
implements class_9962.class_9966
- Mappings:
Namespace Name named net/minecraft/class_9962$class_9964intermediary net/minecraft/class_9962$class_9964official ggz$b
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_9962.class_9964> Fields inherited from interface net.minecraft.class_9962.class_9966
field_53115 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field_53113
- Mappings:
Namespace Name Mixin selector named field_53113Lnet/minecraft/class_9962$class_9964;field_53113:Lcom/mojang/serialization/Codec;intermediary field_53113Lnet/minecraft/class_9962$class_9964;field_53113:Lcom/mojang/serialization/Codec;official aLggz$b;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9964
public class_9964()Creates an instance of aclass_9964record 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.
-