Uses of Interface
net.minecraft.ReadView.class_11370
Packages that use ReadView.class_11370
Package
Description
The base package for all Minecraft classes.
-
Uses of ReadView.class_11370 in net.minecraft
Classes in net.minecraft that implement ReadView.class_11370Modifier and TypeClassDescriptionprivate static classprivate static classFields in net.minecraft declared as ReadView.class_11370Modifier and TypeFieldDescription(package private) final ReadView.class_11370class_11371.field_60416Methods in net.minecraft that return ReadView.class_11370Modifier and TypeMethodDescriptionstatic ReadView.class_11370ReadViewImpl.method_71416(ErrorReporter reporter, RegistryWrapper.WrapperLookup registries, List<NbtCompound> elements) private ReadView.class_11370ReadViewImpl.method_71427(String string, class_11371 class_11371, NbtList nbtList) ReadView.method_71438(String string) ReadViewImpl.method_71438(String string) class_11371.method_71488()Methods in net.minecraft that return types with arguments of type ReadView.class_11370Modifier and TypeMethodDescriptionReadView.method_71436(String string) ReadViewImpl.method_71436(String string) -
Uses of ReadView.class_11370 in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type ReadView.class_11370Modifier and TypeMethodDescriptionEntityType.streamFromNbt(ReadView.class_11370 class_11370, World world, SpawnReason reason) -
Uses of ReadView.class_11370 in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk with parameters of type ReadView.class_11370Modifier and TypeMethodDescriptionprivate static voidChunkGenerating.addEntities(ServerWorld world, ReadView.class_11370 class_11370)