Uses of Interface
net.minecraft.network.packet.s2c.login.LoginQueryRequestPayload
-
Uses of LoginQueryRequestPayload in net.minecraft.network.packet.s2c.login
Modifier and TypeFieldDescriptionprivate final LoginQueryRequestPayload
LoginQueryRequestS2CPacket.payload
The field for thepayload
record component.Modifier and TypeMethodDescriptionLoginQueryRequestS2CPacket.payload()
Returns the value of thepayload
record component.private static LoginQueryRequestPayload
LoginQueryRequestS2CPacket.readPayload
(Identifier id, PacketByteBuf buf) ModifierConstructorDescriptionLoginQueryRequestS2CPacket
(int queryId, LoginQueryRequestPayload loginQueryRequestPayload)