net.minecraft.storage

public class ReadContext

net.minecraft.world.level.storage.ValueInputContextHelper
net.minecraft.class_11371
net.minecraft.storage.ReadContext

Field summary

Modifier and TypeField
private final RegistryView$WrapperLookup
lookup
field_60414
registries
private final com.mojang.serialization.DynamicOps<NbtElement>
ops
field_60415
ops
private final ReadView$ListReadView
emptyChildList
field_60416
emptyListReadView
private final ReadView$TypedListReadView<Object>
emptyTypedList
field_60417
emptyTypedListReadView
private final ReadView
empty
field_60418
emptyReadView

Constructor summary

ModifierConstructor
public (RegistryView$WrapperLookup registries, com.mojang.serialization.DynamicOps<NbtElement> ops)

Method summary

Modifier and TypeMethod
public com.mojang.serialization.DynamicOps<NbtElement>
ops()
method_71485()
getOps()
public RegistryView$WrapperLookup
lookup()
method_71486()
getRegistries()
public ReadView
empty()
method_71487()
getEmptyReadView()
public ReadView$ListReadView
emptyList()
method_71488()
getEmptyListReadView()
public <T> ReadView$TypedListReadView<T>
emptyTypedList()
method_71489()
getEmptyTypedListReadView()