Uses of Record Class
net.minecraft.network.protocol.common.ClientboundCustomPayloadPacket
Packages that use ClientboundCustomPayloadPacket
Package
Description
-
Uses of ClientboundCustomPayloadPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.handleCustomPayload(ClientboundCustomPayloadPacket p_295727_) voidClientConfigurationPacketListenerImpl.handleCustomPayload(ClientboundCustomPayloadPacket packet) -
Uses of ClientboundCustomPayloadPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundCustomPayloadPacketModifier and TypeFieldDescriptionstatic final PacketType<ClientboundCustomPayloadPacket> CommonPacketTypes.CLIENTBOUND_CUSTOM_PAYLOADstatic final StreamCodec<FriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.CONFIG_STREAM_CODECstatic final StreamCodec<RegistryFriendlyByteBuf, ClientboundCustomPayloadPacket> ClientboundCustomPayloadPacket.GAMEPLAY_STREAM_CODECMethods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundCustomPayloadPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundCustomPayloadPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.handleCustomPayload(ClientboundCustomPayloadPacket p_294344_) -
Uses of ClientboundCustomPayloadPacket in net.neoforged.neoforge.network.registration
Methods in net.neoforged.neoforge.network.registration with parameters of type ClientboundCustomPayloadPacketModifier and TypeMethodDescriptionstatic voidNetworkRegistry.handleModdedPayload(ClientCommonPacketListener listener, ClientboundCustomPayloadPacket packet) Handles modded payloads on the client.