Uses of Interface
net.minecraft.network.packet.c2s.login.LoginQueryResponse
Packages that use LoginQueryResponse
-
Uses of LoginQueryResponse in net.minecraft.network.packet.c2s.login
Classes in net.minecraft.network.packet.c2s.login that implement LoginQueryResponseFields in net.minecraft.network.packet.c2s.login declared as LoginQueryResponseModifier and TypeFieldDescriptionprivate final @Nullable LoginQueryResponse
LoginQueryResponseC2SPacket.response
The field for theresponse
record component.Methods in net.minecraft.network.packet.c2s.login that return LoginQueryResponseModifier and TypeMethodDescriptionprivate static LoginQueryResponse
LoginQueryResponseC2SPacket.getVanillaResponse
(PacketByteBuf buf) private static LoginQueryResponse
LoginQueryResponseC2SPacket.readResponse
(int queryId, PacketByteBuf buf) Returns the response read frombuf
.LoginQueryResponseC2SPacket.response()
Returns the value of theresponse
record component.Constructors in net.minecraft.network.packet.c2s.login with parameters of type LoginQueryResponseModifierConstructorDescriptionLoginQueryResponseC2SPacket
(int int2, @Nullable LoginQueryResponse loginQueryResponse)