extends MapCodec<Either<F, S>>
All mapped superinterfaces:
Compressable, Keyable, MapDecoder, MapEncoder
| com.mojang.serialization.codecs.EitherMapCodec |
Field summary
| Modifier and Type | Field | ||
|---|---|---|---|
| private final MapCodec<F> |
| ||
| private final MapCodec<S> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (MapCodec<F> arg0, MapCodec<S> arg1) |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| public <T> DataResult<Either<F, S>> |
| ||
| public <T> RecordBuilder<T> |
| ||
| public <T> Stream<T> |
|