implements ReadView$TypedListReadView<T>
| net.minecraft.world.level.storage.TagValueInput$TypedListWrapper | |
| net.minecraft.class_11352$class_11358 | |
| net.minecraft.storage.NbtReadView$NbtTypedListReadView |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final ErrorReporter |
|
||||||
| private final String |
|
||||||
| private final ReadContext |
|
||||||
| private final com.mojang.serialization.Codec<T> |
|
||||||
| private final NbtList |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| private | (ErrorReporter reporter, String name, ReadContext context, com.mojang.serialization.Codec<T> typeCodec, NbtList list) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
|
||||||
| private void |
|
||||||
| public Stream<T> |
|
||||||
| public Iterator<T> |
|
||||||
| private Object |
|