Uses of Interface
net.minecraft.network.codec.StreamCodec.CodecOperation
-
Uses of StreamCodec.CodecOperation in net.minecraft.network.codec
Modifier and TypeMethodDescriptionstatic <B extends io.netty.buffer.ByteBuf,
V, C extends Collection<V>>
StreamCodec.CodecOperation<B, V, C> ByteBufCodecs.collection
(IntFunction<C> p_319808_) static <B extends io.netty.buffer.ByteBuf,
V>
StreamCodec.CodecOperation<B, V, List<V>> ByteBufCodecs.list()
static <B extends io.netty.buffer.ByteBuf,
V>
StreamCodec.CodecOperation<B, V, List<V>> ByteBufCodecs.list
(int p_330434_) Modifier and TypeMethodDescriptiondefault <O> StreamCodec
<B, O> StreamCodec.apply
(StreamCodec.CodecOperation<B, V, O> p_320531_)