public class HomogenousListCodec<T>
extends java.lang.Object
| Constructor | Description |
|---|---|
HomogenousListCodec() |
| Modifier and Type | Method | Description |
|---|---|---|
static <T> net.lenni0451.mcstructs.converter.codec.Codec<java.util.List<T>> |
codec(net.lenni0451.mcstructs.converter.codec.Codec<T> entryCodec,
boolean requireList) |