Uses of Interface
net.minecraft.network.packet.c2s.login.LoginQueryResponsePayload
-
Uses of LoginQueryResponsePayload in net.minecraft.network.packet.c2s.login
Modifier and TypeFieldDescriptionprivate final @Nullable LoginQueryResponsePayload
LoginQueryResponseC2SPacket.response
The field for theresponse
record component.Modifier and TypeMethodDescriptionprivate static LoginQueryResponsePayload
LoginQueryResponseC2SPacket.getVanillaPayload
(PacketByteBuf buf) private static LoginQueryResponsePayload
LoginQueryResponseC2SPacket.readPayload
(int queryId, PacketByteBuf buf) Returns the response payload read frombuf
.@Nullable LoginQueryResponsePayload
LoginQueryResponseC2SPacket.response()
Returns the value of theresponse
record component.ModifierConstructorDescriptionLoginQueryResponseC2SPacket
(int int2, @Nullable LoginQueryResponsePayload loginQueryResponsePayload)