net.minecraft.storage

public record NbtReadView$ExpectedTypeAtIndexError

implements ErrorReporter$Error

net.minecraft.world.level.storage.TagValueInput$UnexpectedListElementTypeProblem
net.minecraft.class_11352$class_11359
net.minecraft.storage.NbtReadView$ExpectedTypeAtIndexError

Field summary

Modifier and TypeField
private final String
name
comp_4251
name
private final int
index
comp_4252
index
private final NbtType<?>
expected
comp_4253
expected
private final NbtType<?>
actual
comp_4254
actual

Constructor summary

ModifierConstructor
public (String name, int index, NbtType<?> expected, NbtType<?> actual)

Method summary

Modifier and TypeMethod
public String
description()
method_71358()
getMessage()
public String
name()
comp_4251()
name()
public int
index()
comp_4252()
index()
public NbtType<?>
expected()
comp_4253()
expected()
public NbtType<?>
actual()
comp_4254()
actual()