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 @Nullable CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.payloadThe field for thepayloadrecord component.Methods in net.minecraft.network.protocol.login that return CustomQueryAnswerPayloadModifier and TypeMethodDescription@Nullable CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.payload()Returns the value of thepayloadrecord component.private static CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.readPayload(int pTransactionId, FriendlyByteBuf pBuffer) private static CustomQueryAnswerPayloadServerboundCustomQueryAnswerPacket.readUnknownPayload(FriendlyByteBuf pBuffer) Constructors in net.minecraft.network.protocol.login with parameters of type CustomQueryAnswerPayloadModifierConstructorDescriptionServerboundCustomQueryAnswerPacket(int transactionId, @Nullable 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