Package net.minecraft

Record Class class_7635

java.lang.Object
java.lang.Record
net.minecraft.class_7635
Record Components:
entries -

public record class_7635(List<class_7635.LastSeenMessage> entries) extends Record
Mappings:
Namespace Name
official rt
intermediary net/minecraft/class_7635
named net/minecraft/class_7635
official c
intermediary comp_965
named entries
  • Field Details

    • entries

      private final List<class_7635.LastSeenMessage> entries
      The field for the entries record component.
    • field_39883

      public static class_7635 field_39883
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a:Lrt;
      intermediary field_39883 Lnet/minecraft/class_7635;field_39883:Lnet/minecraft/class_7635;
      named field_39883 Lnet/minecraft/class_7635;field_39883:Lnet/minecraft/class_7635;
    • field_39884

      public static final int field_39884
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lrt;b:I
      intermediary field_39884 Lnet/minecraft/class_7635;field_39884:I
      named field_39884 Lnet/minecraft/class_7635;field_39884:I
  • Constructor Details

  • Method Details

    • method_44981

      public void method_44981(PacketByteBuf packetByteBuf)
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a(Lqx;)V
      intermediary method_44981 Lnet/minecraft/class_7635;method_44981(Lnet/minecraft/class_2540;)V
      named method_44981 Lnet/minecraft/class_7635;method_44981(Lnet/minecraft/network/PacketByteBuf;)V
    • method_44980

      public void method_44980(DataOutput dataOutput) throws IOException
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a(Ljava/io/DataOutput;)V
      intermediary method_44980 Lnet/minecraft/class_7635;method_44980(Ljava/io/DataOutput;)V
      named method_44980 Lnet/minecraft/class_7635;method_44980(Ljava/io/DataOutput;)V
    • toString

      public final 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
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final 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.
    • entries

      public List<class_7635.LastSeenMessage> entries()
      Returns the value of the entries record component.
      Returns:
      the value of the entries record component