Package net.minecraft
Record Class class_8779
java.lang.Object
java.lang.Record
net.minecraft.class_8779
- Record Components:
comp_1919-comp_1920-
- Mappings:
Namespace Name official afintermediary net/minecraft/class_8779named net/minecraft/class_8779official aintermediary comp_1919named comp_1919official bintermediary comp_1920named comp_1920
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IdentifierThe field for thecomp_1919record component.private final AdvancementThe field for thecomp_1920record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecomp_1919record component.Returns the value of thecomp_1920record component.booleanIndicates whether some other object is "equal to" this one.inthashCode()Returns a hash code value for this object.voidmethod_53635(PacketByteBuf packetByteBuf) static class_8779method_53636(PacketByteBuf packetByteBuf) toString()Returns a string representation of this record class.
-
Field Details
-
Constructor Details
-
class_8779
-
-
Method Details
-
method_53635
- Mappings:
Namespace Name Mixin selector official aLaf;a(Lsl;)Vintermediary method_53635Lnet/minecraft/class_8779;method_53635(Lnet/minecraft/class_2540;)Vnamed method_53635Lnet/minecraft/class_8779;method_53635(Lnet/minecraft/network/PacketByteBuf;)V
-
method_53636
- Mappings:
Namespace Name Mixin selector official bLaf;b(Lsl;)Laf;intermediary method_53636Lnet/minecraft/class_8779;method_53636(Lnet/minecraft/class_2540;)Lnet/minecraft/class_8779;named method_53636Lnet/minecraft/class_8779;method_53636(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/class_8779;
-
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). -
hashCode
public int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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. -
comp_1919
Returns the value of thecomp_1919record component.- Returns:
- the value of the
comp_1919record component
-
comp_1920
Returns the value of thecomp_1920record component.- Returns:
- the value of the
comp_1920record component
-