Uses of Interface
net.minecraft.storage.ReadView.ListReadView
Packages that use ReadView.ListReadView
-
Uses of ReadView.ListReadView in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ReadView.ListReadViewModifier and TypeMethodDescriptionEntityType.streamFromData
(ReadView.ListReadView view, World world, SpawnReason reason) -
Uses of ReadView.ListReadView in net.minecraft.storage
Classes in net.minecraft.storage that implement ReadView.ListReadViewModifier and TypeClassDescriptionprivate static class
private static class
Fields in net.minecraft.storage declared as ReadView.ListReadViewModifier and TypeFieldDescription(package private) final ReadView.ListReadView
ReadContext.emptyListReadView
Methods in net.minecraft.storage that return ReadView.ListReadViewModifier and TypeMethodDescriptionprivate ReadView.ListReadView
NbtReadView.createChildListReadView
(String key, ReadContext context, NbtList list) static ReadView.ListReadView
NbtReadView.createList
(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, List<NbtCompound> elements) ReadContext.getEmptyListReadView()
NbtReadView.getListReadView
(String key) ReadView.getListReadView
(String key) Methods in net.minecraft.storage that return types with arguments of type ReadView.ListReadViewModifier and TypeMethodDescriptionNbtReadView.getOptionalListReadView
(String key) ReadView.getOptionalListReadView
(String key) -
Uses of ReadView.ListReadView in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type ReadView.ListReadViewModifier and TypeMethodDescriptionprivate static void
ChunkGenerating.addEntities
(ServerWorld world, ReadView.ListReadView entities)