net.minecraft.storage

public record NbtReadView$DecodeAtIndexError

implements ErrorReporter$Error

net.minecraft.world.level.storage.TagValueInput$DecodeFromListFailedProblem
net.minecraft.class_11352$class_11355
net.minecraft.storage.NbtReadView$DecodeAtIndexError

Field summary

Modifier and TypeField
private final String
name
comp_4246
name
private final int
index
comp_4247
index
private final NbtElement
tag
comp_4248
element
private final com.mojang.serialization.DataResult$Error<?>
error
comp_4249
error

Constructor summary

ModifierConstructor
public (String name, int index, NbtElement element, com.mojang.serialization.DataResult$Error<?> error)

Method summary

Modifier and TypeMethod
public String
description()
method_71358()
getMessage()
public String
name()
comp_4246()
name()
public int
index()
comp_4247()
index()
public NbtElement
tag()
comp_4248()
element()
public com.mojang.serialization.DataResult$Error<?>
error()
comp_4249()
error()