net.minecraft.storage

public record NbtReadView$ExpectedTypeError

implements ErrorReporter$Error

net.minecraft.world.level.storage.TagValueInput$UnexpectedTypeProblem
net.minecraft.class_11352$class_11361
net.minecraft.storage.NbtReadView$ExpectedTypeError

Field summary

Modifier and TypeField
private final String
name
comp_4257
name
private final NbtType<?>
expected
comp_4258
expected
private final NbtType<?>
actual
comp_4259
actual

Constructor summary

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

Method summary

Modifier and TypeMethod
public String
description()
method_71358()
getMessage()
public String
name()
comp_4257()
name()
public NbtType<?>
expected()
comp_4258()
expected()
public NbtType<?>
actual()
comp_4259()
actual()