Uses of Record Class
net.minecraft.network.packet.s2c.common.CustomReportDetailsS2CPacket
Packages that use CustomReportDetailsS2CPacket
Package
Description
-
Uses of CustomReportDetailsS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CustomReportDetailsS2CPacketModifier and TypeMethodDescriptionvoid
ClientCommonNetworkHandler.onCustomReportDetails
(CustomReportDetailsS2CPacket packet) -
Uses of CustomReportDetailsS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CustomReportDetailsS2CPacketModifier and TypeMethodDescriptionvoid
ClientCommonPacketListener.onCustomReportDetails
(CustomReportDetailsS2CPacket packet) -
Uses of CustomReportDetailsS2CPacket in net.minecraft.network.packet
Fields 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.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type CustomReportDetailsS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<ByteBuf, CustomReportDetailsS2CPacket> CustomReportDetailsS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.common that return types with arguments of type CustomReportDetailsS2CPacket