Uses of Interface
net.minecraft.network.protocol.login.custom.CustomQueryPayload
Packages that use CustomQueryPayload
Package
Description
- 
Uses of CustomQueryPayload in net.minecraft.network.protocol.loginFields in net.minecraft.network.protocol.login declared as CustomQueryPayloadModifier and TypeFieldDescriptionprivate final CustomQueryPayloadClientboundCustomQueryPacket.payloadThe field for thepayloadrecord component.Methods in net.minecraft.network.protocol.login that return CustomQueryPayloadModifier and TypeMethodDescriptionClientboundCustomQueryPacket.payload()Returns the value of thepayloadrecord component.private static CustomQueryPayloadClientboundCustomQueryPacket.readPayload(ResourceLocation p_295267_, FriendlyByteBuf p_295117_) Constructors in net.minecraft.network.protocol.login with parameters of type CustomQueryPayloadModifierConstructorDescriptionClientboundCustomQueryPacket(int transactionId, CustomQueryPayload payload) Creates an instance of aClientboundCustomQueryPacketrecord class.
- 
Uses of CustomQueryPayload in net.minecraft.network.protocol.login.customClasses in net.minecraft.network.protocol.login.custom that implement CustomQueryPayload