extends MapCodec<Map<K, V>> implements BaseMapCodec<K, V>
All mapped superinterfaces:
Compressable, Keyable, MapDecoder, MapEncoder, BaseMapCodec
| com.mojang.serialization.codecs.SimpleMapCodec |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final Codec<K> |
| ||
| private final Codec<V> |
| ||
| private final Keyable |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (Codec<K> arg0, Codec<V> arg1, Keyable arg2) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public Codec<K> |
| ||
| public Codec<V> |
| ||
| public <T> Stream<T> |
| ||
| public <T> DataResult<Map<K, V>> |
| ||
| public <T> RecordBuilder<T> |
|