net.minecraft.network.protocol.common

public record ClientboundCustomReportDetailsPacket

implements Packet<ClientCommonPacketListener>

aak
net.minecraft.network.protocol.common.ClientboundCustomReportDetailsPacket
net.minecraft.class_9814
net.minecraft.network.packet.s2c.common.CustomReportDetailsS2CPacket
net.minecraft.network.protocol.common.ClientboundCustomReportDetailsPacket

Field summary

Modifier and TypeField
private final Map<String, String>
b
details
comp_2858
details
private static final int
c
MAX_DETAIL_KEY_LENGTH
field_52186
MAX_KEY_LENGTH
private static final int
d
MAX_DETAIL_VALUE_LENGTH
field_52187
MAX_VALUE_LENGTH
private static final int
e
MAX_DETAIL_COUNT
field_52188
MAX_DETAILS_SIZE
private static final StreamCodec<io.netty.buffer.ByteBuf, Map<String, String>>
f
DETAILS_STREAM_CODEC
field_52189
DETAILS_CODEC
public static final StreamCodec<io.netty.buffer.ByteBuf, ClientboundCustomReportDetailsPacket>
a
STREAM_CODEC
field_52185
CODEC

Constructor summary

ModifierConstructor
public (Map<String, String> arg0)

Method summary

Modifier and TypeMethod
public PacketType<ClientboundCustomReportDetailsPacket>
a()
type()
method_55846()
getPacketId()
public void
a(aai arg0)
handle(ClientCommonPacketListener arg0)
method_60929(class_8705 arg0)
apply(ClientCommonPacketListener arg0)
public Map<String, String>
b()
details()
comp_2858()
details()