Uses of Class
net.minecraft.world.storage.RegionFile
Packages that use RegionFile
-
Uses of RegionFile in net.minecraft.world.storage
Fields in net.minecraft.world.storage with type parameters of type RegionFileModifier and TypeFieldDescriptionprivate final Long2ObjectLinkedOpenHashMap<RegionFile>
RegionBasedStorage.cachedRegionFiles
Methods in net.minecraft.world.storage that return RegionFileModifier and TypeMethodDescriptionprivate RegionFile
RegionBasedStorage.getRegionFile
(ChunkPos pos) -
Uses of RegionFile in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as RegionFileModifier and TypeFieldDescriptionprivate final RegionFile
WorldUpdater.class_9165.file
The field for thefile
record component.Methods in net.minecraft.world.updater that return RegionFileModifier and TypeMethodDescriptionWorldUpdater.class_9165.file()
Returns the value of thefile
record component.Methods in net.minecraft.world.updater with parameters of type RegionFileModifier and TypeMethodDescriptionprivate void
WorldUpdater.class_9161.method_56541
(RegionFile regionFile) Constructors in net.minecraft.world.updater with parameters of type RegionFileModifierConstructorDescription(package private)
class_9165
(RegionFile regionFile, List<ChunkPos> list)