Uses of Class
net.minecraft.world.level.chunk.storage.RegionFile
Packages that use RegionFile
-
Uses of RegionFile in net.minecraft.util.worldupdate
Fields in net.minecraft.util.worldupdate declared as RegionFileModifier and TypeFieldDescriptionprivate final RegionFile
WorldUpgrader.FileToUpgrade.file
The field for thefile
record component.Methods in net.minecraft.util.worldupdate that return RegionFileModifier and TypeMethodDescriptionWorldUpgrader.FileToUpgrade.file()
Returns the value of thefile
record component.Methods in net.minecraft.util.worldupdate with parameters of type RegionFileModifier and TypeMethodDescriptionprivate void
WorldUpgrader.AbstractUpgrader.onFileFinished
(RegionFile p_321800_) Constructors in net.minecraft.util.worldupdate with parameters of type RegionFileModifierConstructorDescription(package private)
FileToUpgrade
(RegionFile file, List<ChunkPos> chunksToUpgrade) Creates an instance of aFileToUpgrade
record class. -
Uses of RegionFile in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage with type parameters of type RegionFileModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap
<RegionFile> RegionFileStorage.regionCache
Methods in net.minecraft.world.level.chunk.storage that return RegionFileModifier and TypeMethodDescriptionprivate RegionFile
RegionFileStorage.getRegionFile
(ChunkPos p_63712_)