Interface KLibStreamCodec<B,V>

All Known Subinterfaces:
StreamCodecMixin<B,V>
All Known Implementing Classes:
DataTypeBuilderStreamCodec, LinkedSetStreamCodec, ListStreamCodec, OptionalDefaultStreamCodec, SetStreamCodec, UnboundMapStreamCodec

public interface KLibStreamCodec<B,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.network.codec.StreamCodec<B,List<V>>
     
    default net.minecraft.network.codec.StreamCodec<B,List<V>>
     
    default net.minecraft.network.codec.StreamCodec<B,V>
     
    default net.minecraft.network.codec.StreamCodec<B,Optional<V>>
     
    default net.minecraft.network.codec.StreamCodec<B,V>
    optional(V defaultValue)
     
    default net.minecraft.network.codec.StreamCodec<B,List<V>>
     
  • Method Details

    • optional

      default net.minecraft.network.codec.StreamCodec<B,Optional<V>> optional()
    • optional

      default net.minecraft.network.codec.StreamCodec<B,V> optional(V defaultValue)
    • nullable

      default net.minecraft.network.codec.StreamCodec<B,V> nullable()
    • listOf

      default net.minecraft.network.codec.StreamCodec<B,List<V>> listOf()
    • setOf

      default net.minecraft.network.codec.StreamCodec<B,List<V>> setOf()
    • linkedSetOf

      default net.minecraft.network.codec.StreamCodec<B,List<V>> linkedSetOf()