Uses of Interface
net.minecraft.network.protocol.login.custom.CustomQueryAnswerPayload
Packages that use CustomQueryAnswerPayload
Package
Description
-
Uses of CustomQueryAnswerPayload in net.minecraft.network.protocol.login
Fields in net.minecraft.network.protocol.login declared as CustomQueryAnswerPayloadModifier and TypeFieldDescriptionprivate final CustomQueryAnswerPayload
ServerboundCustomQueryAnswerPacket.payload
The field for thepayload
record component.Methods in net.minecraft.network.protocol.login that return CustomQueryAnswerPayloadModifier and TypeMethodDescriptionServerboundCustomQueryAnswerPacket.payload()
Returns the value of thepayload
record component.private static CustomQueryAnswerPayload
ServerboundCustomQueryAnswerPacket.readPayload
(int p_296215_, FriendlyByteBuf p_295168_) private static CustomQueryAnswerPayload
ServerboundCustomQueryAnswerPacket.readUnknownPayload
(FriendlyByteBuf p_294928_) Constructors in net.minecraft.network.protocol.login with parameters of type CustomQueryAnswerPayloadModifierConstructorDescriptionServerboundCustomQueryAnswerPacket
(int transactionId, CustomQueryAnswerPayload payload) Creates an instance of aServerboundCustomQueryAnswerPacket
record class. -
Uses of CustomQueryAnswerPayload in net.minecraft.network.protocol.login.custom
Classes in net.minecraft.network.protocol.login.custom that implement CustomQueryAnswerPayload