Record Class UnknownLoginQueryResponsePayload

java.lang.Object
java.lang.Record
net.minecraft.network.packet.c2s.login.UnknownLoginQueryResponsePayload
All Implemented Interfaces:
LoginQueryResponsePayload

public record UnknownLoginQueryResponsePayload() extends Record implements LoginQueryResponsePayload
Mappings:
Namespace Name
named net/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload
intermediary net/minecraft/class_8596
official ajd
  • Field Details

    • INSTANCE

      public static final UnknownLoginQueryResponsePayload INSTANCE
      Mappings:
      Namespace Name Mixin selector
      named INSTANCE Lnet/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload;INSTANCE:Lnet/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload;
      intermediary field_44980 Lnet/minecraft/class_8596;field_44980:Lnet/minecraft/class_8596;
      official a Lajd;a:Lajd;
  • Constructor Details

    • UnknownLoginQueryResponsePayload

      public UnknownLoginQueryResponsePayload()
      Creates an instance of a UnknownLoginQueryResponsePayload record class.
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface LoginQueryResponsePayload
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/network/packet/c2s/login/LoginQueryResponsePayload;write(Lnet/minecraft/network/PacketByteBuf;)V
      intermediary method_52295 Lnet/minecraft/class_8594;method_52295(Lnet/minecraft/class_2540;)V
      official a Lajb;a(Lvw;)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.
      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.