Uses of Record Class
net.minecraft.network.protocol.common.ClientboundCustomReportDetailsPacket
Packages that use ClientboundCustomReportDetailsPacket
-
Uses of ClientboundCustomReportDetailsPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundCustomReportDetailsPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListenerImpl.handleCustomReportDetails
(ClientboundCustomReportDetailsPacket p_350638_) -
Uses of ClientboundCustomReportDetailsPacket in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type ClientboundCustomReportDetailsPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundCustomReportDetailsPacket> CommonPacketTypes.CLIENTBOUND_CUSTOM_REPORT_DETAILS
static final StreamCodec
<io.netty.buffer.ByteBuf, ClientboundCustomReportDetailsPacket> ClientboundCustomReportDetailsPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.common that return types with arguments of type ClientboundCustomReportDetailsPacketMethods in net.minecraft.network.protocol.common with parameters of type ClientboundCustomReportDetailsPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.handleCustomReportDetails
(ClientboundCustomReportDetailsPacket p_350481_)