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.Region.file
The field for thefile
record component.Methods in net.minecraft.world.updater that return RegionFileModifier and TypeMethodDescriptionWorldUpdater.Region.file()
Returns the value of thefile
record component.Methods in net.minecraft.world.updater with parameters of type RegionFileModifier and TypeMethodDescriptionprivate void
WorldUpdater.Update.recreate
(RegionFile regionFile) Constructors in net.minecraft.world.updater with parameters of type RegionFileModifierConstructorDescription(package private)
Region
(RegionFile regionFile, List<ChunkPos> list)