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 - ajf
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCreates an instance of aUnknownLoginQueryResponsePayloadrecord class.
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.voidwrite(PacketByteBuf buf) 
- 
Field Details- 
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- Lajf;a:Lajf;
 
 
- 
- 
Constructor Details- 
UnknownLoginQueryResponsePayloadpublic UnknownLoginQueryResponsePayload()Creates an instance of aUnknownLoginQueryResponsePayloadrecord class.
 
- 
- 
Method Details- 
write- Specified by:
- writein 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- Lajd;a(Lvl;)V
 
- 
toStringReturns 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.
- 
hashCodepublic 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.
- 
equalsIndicates 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.
 
-