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 af
intermediary net/minecraft/class_8779
named net/minecraft/class_8779
official a
intermediary comp_1919
named comp_1919
official b
intermediary comp_1920
named comp_1920
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Identifier
The field for thecomp_1919
record component.private final Advancement
The field for thecomp_1920
record component. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecomp_1919
record component.Returns the value of thecomp_1920
record component.boolean
Indicates whether some other object is "equal to" this one.int
hashCode()
Returns a hash code value for this object.void
method_53635
(PacketByteBuf packetByteBuf) static class_8779
method_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 a
Laf;a(Lsl;)V
intermediary method_53635
Lnet/minecraft/class_8779;method_53635(Lnet/minecraft/class_2540;)V
named method_53635
Lnet/minecraft/class_8779;method_53635(Lnet/minecraft/network/PacketByteBuf;)V
-
method_53636
- Mappings:
Namespace Name Mixin selector official b
Laf;b(Lsl;)Laf;
intermediary method_53636
Lnet/minecraft/class_8779;method_53636(Lnet/minecraft/class_2540;)Lnet/minecraft/class_8779;
named method_53636
Lnet/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_1919
record component.- Returns:
- the value of the
comp_1919
record component
-
comp_1920
Returns the value of thecomp_1920
record component.- Returns:
- the value of the
comp_1920
record component
-