net.minecraft.storage

class NbtReadView$NbtTypedListReadView<T>

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 TypeField
private final ErrorReporter
problemReporter
field_60395
reporter
private final String
name
field_60396
name
private final ReadContext
context
field_60397
context
private final com.mojang.serialization.Codec<T>
codec
field_60398
typeCodec
private final NbtList
list
field_60399
list

Constructor summary

ModifierConstructor
private (ErrorReporter reporter, String name, ReadContext context, com.mojang.serialization.Codec<T> typeCodec, NbtList list)

Method summary

Modifier and TypeMethod
public boolean
isEmpty()
method_71453()
isEmpty()
private void
reportIndexUnwrapProblem(int index, Tag value, com.mojang.serialization.DataResult$Error<?> error)
method_71454(int arg0, class_2520 arg1, com.mojang.serialization.DataResult$Error<?> arg2)
reportDecodeAtIndexError(int index, NbtElement element, com.mojang.serialization.DataResult$Error<?> error)
public Stream<T>
stream()
method_71456()
stream()
public Iterator<T>
iterator()
private Object
lambda$stream$0(Tag arg0, long arg1)
method_71455(class_2520 arg0, long arg1)
method_71455(NbtElement element, long index)