Uses of Interface
net.minecraft.network.packet.c2s.login.LoginQueryResponsePayload
Packages that use LoginQueryResponsePayload
-
Uses of LoginQueryResponsePayload in net.minecraft.network.packet.c2s.login
Classes in net.minecraft.network.packet.c2s.login that implement LoginQueryResponsePayloadFields in net.minecraft.network.packet.c2s.login declared as LoginQueryResponsePayloadModifier and TypeFieldDescriptionprivate final @Nullable LoginQueryResponsePayload
LoginQueryResponseC2SPacket.response
The field for theresponse
record component.Methods in net.minecraft.network.packet.c2s.login that return LoginQueryResponsePayloadModifier and TypeMethodDescriptionprivate static LoginQueryResponsePayload
LoginQueryResponseC2SPacket.getVanillaPayload
(PacketByteBuf buf) private static LoginQueryResponsePayload
LoginQueryResponseC2SPacket.readPayload
(int queryId, PacketByteBuf buf) Returns the response payload read frombuf
.LoginQueryResponseC2SPacket.response()
Returns the value of theresponse
record component.Constructors in net.minecraft.network.packet.c2s.login with parameters of type LoginQueryResponsePayloadModifierConstructorDescriptionLoginQueryResponseC2SPacket
(int int2, @Nullable LoginQueryResponsePayload loginQueryResponsePayload)