implements Codec<List<Pair<K, V>>>
| com.mojang.serialization.codecs.CompoundListCodec |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final Codec<K> |
| ||
| private final Codec<V> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Codec<K> arg0, Codec<V> arg1) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public <T> DataResult<Pair<List<Pair<K, V>>, T>> |
| ||
| public <T> DataResult<T> |
|