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 TypeMethodDescriptionvoidClientCommonPacketListenerImpl.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_DETAILSstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundCustomReportDetailsPacket> ClientboundCustomReportDetailsPacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientCommonPacketListener.handleCustomReportDetails(ClientboundCustomReportDetailsPacket p_350481_)