net.minecraft.network.protocol

record ProtocolInfoBuilder$Implementation<L extends PacketListener>

implements ProtocolInfo<L>

zx$b
net.minecraft.network.protocol.ProtocolInfoBuilder$Implementation
net.minecraft.class_9147$class_9149

Field summary

Modifier and TypeField
private final ConnectionProtocol
a
id
comp_2234
private final PacketFlow
b
flow
comp_2235
private final StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>>
c
codec
comp_2236
private final BundlerInfo
d
bundlerInfo
comp_2237

Constructor summary

ModifierConstructor
(ConnectionProtocol arg0, PacketFlow arg1, StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>> arg2, BundlerInfo arg3)

Method summary

Modifier and TypeMethod
public ConnectionProtocol
a()
id()
comp_2234()
public PacketFlow
b()
flow()
comp_2235()
public StreamCodec<io.netty.buffer.ByteBuf, Packet<? super L>>
c()
codec()
comp_2236()
public BundlerInfo
d()
bundlerInfo()
comp_2237()