Uses of Interface
net.minecraft.network.protocol.login.custom.CustomQueryPayload
Packages that use CustomQueryPayload
Package
Description
-
Uses of CustomQueryPayload in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as CustomQueryPayloadModifier and TypeFieldDescriptionprivate final CustomQueryPayload
ClientboundCustomQueryPacket.payload
The field for thepayload
record component.Methods in net.minecraft.network.protocol.login that return CustomQueryPayloadModifier and TypeMethodDescriptionClientboundCustomQueryPacket.payload()
Returns the value of thepayload
record component.private static CustomQueryPayload
ClientboundCustomQueryPacket.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 aClientboundCustomQueryPacket
record class. -
Uses of CustomQueryPayload in net.minecraft.network.protocol.login.custom
Classes in net.minecraft.network.protocol.login.custom that implement CustomQueryPayload