Package net.minecraft

Record Class class_8779

java.lang.Object
java.lang.Record
net.minecraft.class_8779
Record Components:
comp_1919 -
comp_1920 -

public record class_8779(Identifier comp_1919, Advancement comp_1920) extends Record
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 Details

  • Constructor Details

  • Method Details

    • method_53635

      public void method_53635(PacketByteBuf packetByteBuf)
      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

      public static class_8779 method_53636(PacketByteBuf packetByteBuf)
      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

      public boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • toString

      public String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • comp_1919

      public Identifier comp_1919()
      Returns the value of the comp_1919 record component.
      Returns:
      the value of the comp_1919 record component
    • comp_1920

      public Advancement comp_1920()
      Returns the value of the comp_1920 record component.
      Returns:
      the value of the comp_1920 record component