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 ReadContextNbtReadView.ChildListReadView.contextprivate final ReadContextNbtReadView.contextprivate final ReadContextNbtReadView.NbtListReadView.context(package private) final ReadContextNbtReadView.NbtTypedListReadView.contextMethods in net.minecraft.storage with parameters of type ReadContextModifier and TypeMethodDescriptionprivate ReadView.ListReadViewNbtReadView.createChildListReadView(String key, ReadContext context, NbtList list) (package private) static ReadViewNbtReadView.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) privateNbtReadView(ErrorReporter reporter, ReadContext context, NbtCompound nbt) (package private)NbtTypedListReadView(ErrorReporter reporter, String name, ReadContext context, com.mojang.serialization.Codec<T> typeCodec, NbtList list)