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 RegionFileFileToUpgrade.fileThe field for thefilerecord component.Methods in net.minecraft.util.worldupdate that return RegionFileModifier and TypeMethodDescriptionFileToUpgrade.file()Returns the value of thefilerecord component.Methods in net.minecraft.util.worldupdate with parameters of type RegionFileModifier and TypeMethodDescriptionprivate voidRegionStorageUpgrader.onFileFinished(RegionFile regionFile) Constructors in net.minecraft.util.worldupdate with parameters of type RegionFileModifierConstructorDescriptionFileToUpgrade(RegionFile file, List<ChunkPos> chunksToUpgrade) Creates an instance of aFileToUpgraderecord 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.regionCacheMethods in net.minecraft.world.level.chunk.storage that return RegionFileModifier and TypeMethodDescriptionprivate RegionFileRegionFileStorage.getRegionFile(ChunkPos pos)