Uses of Record Class
net.minecraft.network.packet.s2c.common.CustomReportDetailsS2CPacket
Packages that use CustomReportDetailsS2CPacket
Package
Description
- 
Uses of CustomReportDetailsS2CPacket in net.minecraft.client.networkMethods in net.minecraft.client.network with parameters of type CustomReportDetailsS2CPacketModifier and TypeMethodDescriptionvoidClientCommonNetworkHandler.onCustomReportDetails(CustomReportDetailsS2CPacket packet) 
- 
Uses of CustomReportDetailsS2CPacket in net.minecraft.network.listenerMethods in net.minecraft.network.listener with parameters of type CustomReportDetailsS2CPacketModifier and TypeMethodDescriptionvoidClientCommonPacketListener.onCustomReportDetails(CustomReportDetailsS2CPacket packet) 
- 
Uses of CustomReportDetailsS2CPacket in net.minecraft.network.packetFields in net.minecraft.network.packet with type parameters of type CustomReportDetailsS2CPacketModifier and TypeFieldDescriptionstatic final PacketType<CustomReportDetailsS2CPacket> CommonPackets.CUSTOM_REPORT_DETAILS
- 
Uses of CustomReportDetailsS2CPacket in net.minecraft.network.packet.s2c.commonFields in net.minecraft.network.packet.s2c.common with type parameters of type CustomReportDetailsS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec<ByteBuf, CustomReportDetailsS2CPacket> CustomReportDetailsS2CPacket.CODECMethods in net.minecraft.network.packet.s2c.common that return types with arguments of type CustomReportDetailsS2CPacket