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 CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.payloadThe field for thepayloadrecord component.Methods in net.minecraft.network.protocol.login that return CustomQueryAnswerPayloadModifier and TypeMethodDescriptionServerboundCustomQueryAnswerPacket.payload()Returns the value of thepayloadrecord component.private static CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.readPayload(int p_298211_, FriendlyByteBuf p_300600_) private static CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.readUnknownPayload(FriendlyByteBuf p_299934_) Constructors in net.minecraft.network.protocol.login with parameters of type CustomQueryAnswerPayloadModifierConstructorDescriptionServerboundCustomQueryAnswerPacket(int transactionId, CustomQueryAnswerPayload payload) Creates an instance of aServerboundCustomQueryAnswerPacketrecord class. -
Uses of CustomQueryAnswerPayload in net.minecraft.network.protocol.login.custom
Classes in net.minecraft.network.protocol.login.custom that implement CustomQueryAnswerPayload