Package net.minecraft
Record Class class_7436
java.lang.Object
java.lang.Record
net.minecraft.class_7436
- Record Components:
uuid-name-
- Mappings:
Namespace Name official qvintermediary net/minecraft/class_7436named net/minecraft/class_7436official aintermediary comp_756named uuidofficial bintermediary comp_757named name
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidmethod_43625(PacketByteBuf packetByteBuf) name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.uuid()Returns the value of theuuidrecord component.
-
Field Details
-
Constructor Details
-
class_7436
-
class_7436
-
-
Method Details
-
method_43625
- Mappings:
Namespace Name Mixin selector official aLqv;a(Lqn;)Vintermediary method_43625Lnet/minecraft/class_7436;method_43625(Lnet/minecraft/class_2540;)Vnamed method_43625Lnet/minecraft/class_7436;method_43625(Lnet/minecraft/network/PacketByteBuf;)V
-
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). -
uuid
Returns the value of theuuidrecord component.- Returns:
- the value of the
uuidrecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-