Uses of Record Class
net.minecraft.network.protocol.ProtocolInfoBuilder.CodecEntry
Packages that use ProtocolInfoBuilder.CodecEntry
-
Uses of ProtocolInfoBuilder.CodecEntry in net.minecraft.network.protocol
Fields in net.minecraft.network.protocol with type parameters of type ProtocolInfoBuilder.CodecEntryModifier and TypeFieldDescriptionprivate final List
<ProtocolInfoBuilder.CodecEntry<T, ?, B>> ProtocolInfoBuilder.codecs
Method parameters in net.minecraft.network.protocol with type arguments of type ProtocolInfoBuilder.CodecEntryModifier and TypeMethodDescription(package private) StreamCodec
<io.netty.buffer.ByteBuf, Packet<? super T>> ProtocolInfoBuilder.buildPacketCodec
(Function<io.netty.buffer.ByteBuf, B> p_320922_, List<ProtocolInfoBuilder.CodecEntry<T, ?, B>> p_320733_)