Uses of Record Class
net.minecraft.network.packet.s2c.common.CustomPayloadS2CPacket
Packages that use CustomPayloadS2CPacket
Package
Description
The base package for all Minecraft classes.
-
Uses of CustomPayloadS2CPacket in net.minecraft
Fields in net.minecraft with type parameters of type CustomPayloadS2CPacketModifier and TypeFieldDescriptionstatic final class_9145<CustomPayloadS2CPacket>class_9152.CUSTOM_PAYLOAD -
Uses of CustomPayloadS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CustomPayloadS2CPacketModifier and TypeMethodDescriptionvoidClientCommonNetworkHandler.onCustomPayload(CustomPayloadS2CPacket packet) -
Uses of CustomPayloadS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CustomPayloadS2CPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.onCustomPayload(CustomPayloadS2CPacket packet) -
Uses of CustomPayloadS2CPacket in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type CustomPayloadS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<RegistryByteBuf,CustomPayloadS2CPacket> CustomPayloadS2CPacket.field_48620static final PacketCodec<PacketByteBuf,CustomPayloadS2CPacket> CustomPayloadS2CPacket.field_48621Methods in net.minecraft.network.packet.s2c.common that return types with arguments of type CustomPayloadS2CPacket