Uses of Interface
net.minecraft.network.packet.s2c.login.LoginQueryRequestPayload
Packages that use LoginQueryRequestPayload
-
Uses of LoginQueryRequestPayload in net.minecraft.network.packet.s2c.login
Classes in net.minecraft.network.packet.s2c.login that implement LoginQueryRequestPayloadFields in net.minecraft.network.packet.s2c.login declared as LoginQueryRequestPayloadModifier and TypeFieldDescriptionprivate final LoginQueryRequestPayload
LoginQueryRequestS2CPacket.payload
The field for thepayload
record component.Methods in net.minecraft.network.packet.s2c.login that return LoginQueryRequestPayloadModifier and TypeMethodDescriptionLoginQueryRequestS2CPacket.payload()
Returns the value of thepayload
record component.private static LoginQueryRequestPayload
LoginQueryRequestS2CPacket.readPayload
(Identifier id, PacketByteBuf buf) Constructors in net.minecraft.network.packet.s2c.login with parameters of type LoginQueryRequestPayloadModifierConstructorDescriptionLoginQueryRequestS2CPacket
(int queryId, LoginQueryRequestPayload loginQueryRequestPayload)