Uses of Class
net.minecraft.storage.ReadContext
Packages that use ReadContext
-
Uses of ReadContext in net.minecraft.storage
Fields in net.minecraft.storage declared as ReadContextModifier and TypeFieldDescription(package private) final ReadContext
NbtReadView.ChildListReadView.context
private final ReadContext
NbtReadView.context
private final ReadContext
NbtReadView.NbtListReadView.context
(package private) final ReadContext
NbtReadView.NbtTypedListReadView.context
Methods in net.minecraft.storage with parameters of type ReadContextModifier and TypeMethodDescriptionprivate ReadView.ListReadView
NbtReadView.createChildListReadView
(String key, ReadContext context, NbtList list) (package private) static ReadView
NbtReadView.createReadView
(ErrorReporter reporter, ReadContext context, NbtCompound nbt) Constructors in net.minecraft.storage with parameters of type ReadContextModifierConstructorDescription(package private)
ChildListReadView
(ErrorReporter reporter, String name, ReadContext context, NbtList list) NbtListReadView
(ErrorReporter reporter, ReadContext context, List<NbtCompound> nbts) private
NbtReadView
(ErrorReporter reporter, ReadContext context, NbtCompound nbt) (package private)
NbtTypedListReadView
(ErrorReporter reporter, String name, ReadContext context, com.mojang.serialization.Codec<T> typeCodec, NbtList list)