Interface Codec.Decoder<T>

Enclosing interface:
Codec<T>

public static interface Codec.Decoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    <D> T
    decode(DynamicOps<D> ops, D input)
     
  • Method Details