Uses of Interface
net.minecraft.network.protocol.login.custom.CustomQueryPayload
Package
Description
-
Uses of CustomQueryPayload in net.minecraft.network.protocol.login
Modifier and TypeFieldDescriptionprivate final CustomQueryPayload
ClientboundCustomQueryPacket.payload
The field for thepayload
record component.Modifier and TypeMethodDescriptionClientboundCustomQueryPacket.payload()
Returns the value of thepayload
record component.private static CustomQueryPayload
ClientboundCustomQueryPacket.readPayload
(ResourceLocation p_295267_, FriendlyByteBuf p_295117_) ModifierConstructorDescriptionClientboundCustomQueryPacket
(int transactionId, CustomQueryPayload payload) Creates an instance of aClientboundCustomQueryPacket
record class. -
Uses of CustomQueryPayload in net.minecraft.network.protocol.login.custom
-
Uses of CustomQueryPayload in net.neoforged.neoforge.network
Modifier and TypeInterfaceDescriptioninterface
Forge extension interface to deal with custom forge query payloads. -
Uses of CustomQueryPayload in net.neoforged.neoforge.network.custom.payload