Package net.minecraft
Record Class class_8690.class_8693
java.lang.Object
java.lang.Record
net.minecraft.class_8690.class_8693
- All Implemented Interfaces:
class_8690
- Enclosing interface:
class_8690
@Environment(CLIENT)
public static record class_8690.class_8693()
extends Record
implements class_8690
- Mappings:
Namespace Name official fzy$bintermediary net/minecraft/class_8690$class_8693named net/minecraft/class_8690$class_8693
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.class_8690
class_8690.class_8691, class_8690.class_8693, class_8690.class_8694, class_8690.class_8695 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_8690.class_8693>Fields inherited from interface net.minecraft.class_8690
field_45648, field_45649 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
field_45654
- Mappings:
Namespace Name Mixin selector official cLfzy$b;c:Lcom/mojang/serialization/Codec;intermediary field_45654Lnet/minecraft/class_8690$class_8693;field_45654:Lcom/mojang/serialization/Codec;named field_45654Lnet/minecraft/class_8690$class_8693;field_45654:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_8693
public class_8693()Creates an instance of aclass_8693record class.
-
-
Method Details
-
method_52876
- Specified by:
method_52876in interfaceclass_8690- Mappings:
Namespace Name Mixin selector official aLfzy;a()Lfzy$d;intermediary method_52876Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;named method_52876Lnet/minecraft/class_8690;method_52876()Lnet/minecraft/class_8690$class_8695;
-
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.
-