extends Codec<A>
| com.mojang.serialization.codecs.PrimitiveCodec |
Method summary
| Modifier and Type | Method | ||
|---|---|---|---|
| <T> DataResult<A> |
| ||
| <T> T |
| ||
| default <T> DataResult<Pair<A, T>> |
| ||
| default <T> DataResult<T> |
|
extends Codec<A>
| com.mojang.serialization.codecs.PrimitiveCodec |
| Modifier and Type | Method | ||
|---|---|---|---|
| <T> DataResult<A> |
| ||
| <T> T |
| ||
| default <T> DataResult<Pair<A, T>> |
| ||
| default <T> DataResult<T> |
|