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 official afz
intermediary net/minecraft/class_8596
named net/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCreates an instance of aUnknownLoginQueryResponsePayload
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.void
write
(PacketByteBuf buf)
-
Field Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official a
Lafz;a:Lafz;
intermediary field_44980
Lnet/minecraft/class_8596;field_44980:Lnet/minecraft/class_8596;
named INSTANCE
Lnet/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload;INSTANCE:Lnet/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload;
-
-
Constructor Details
-
UnknownLoginQueryResponsePayload
public UnknownLoginQueryResponsePayload()Creates an instance of aUnknownLoginQueryResponsePayload
record class.
-
-
Method Details
-
write
- Specified by:
write
in interfaceLoginQueryResponsePayload
- Mappings:
Namespace Name Mixin selector official a
Lafx;a(Lui;)V
intermediary method_52295
Lnet/minecraft/class_8594;method_52295(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/c2s/login/LoginQueryResponsePayload;write(Lnet/minecraft/network/PacketByteBuf;)V
-
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. -
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. -
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.
-