Uses of Interface
net.minecraft.network.codec.StreamCodec.CodecOperation
Packages that use StreamCodec.CodecOperation
-
Uses of StreamCodec.CodecOperation in net.minecraft.network.codec
Methods in net.minecraft.network.codec that return StreamCodec.CodecOperationModifier 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_) Methods in net.minecraft.network.codec with parameters of type StreamCodec.CodecOperationModifier and TypeMethodDescriptiondefault <O> StreamCodec<B, O> StreamCodec.apply(StreamCodec.CodecOperation<B, V, O> p_320531_)