Uses of Record Class
net.minecraft.network.packet.c2s.common.CustomPayloadC2SPacket
Packages that use CustomPayloadC2SPacket
Package
Description
The base package for all Minecraft classes.
-
Uses of CustomPayloadC2SPacket in net.minecraft
Fields in net.minecraft with type parameters of type CustomPayloadC2SPacketModifier and TypeFieldDescriptionstatic final class_9145<CustomPayloadC2SPacket>class_9152.field_48641 -
Uses of CustomPayloadC2SPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CustomPayloadC2SPacketModifier and TypeMethodDescriptionvoidServerCommonPacketListener.onCustomPayload(CustomPayloadC2SPacket packet) -
Uses of CustomPayloadC2SPacket in net.minecraft.network.packet.c2s.common
Fields in net.minecraft.network.packet.c2s.common with type parameters of type CustomPayloadC2SPacketModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf,CustomPayloadC2SPacket> CustomPayloadC2SPacket.field_48646Methods in net.minecraft.network.packet.c2s.common that return types with arguments of type CustomPayloadC2SPacket -
Uses of CustomPayloadC2SPacket in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CustomPayloadC2SPacketModifier and TypeMethodDescriptionvoidServerCommonNetworkHandler.onCustomPayload(CustomPayloadC2SPacket packet)