Uses of Record Class
net.minecraft.world.level.chunk.storage.RegionStorageInfo
Packages that use RegionStorageInfo
Package
Description
-
Uses of RegionStorageInfo in net.minecraft.client.server
Methods in net.minecraft.client.server with parameters of type RegionStorageInfoModifier and TypeMethodDescriptionvoid
IntegratedServer.reportChunkLoadFailure
(Throwable throwable, RegionStorageInfo regionStorageInfo, ChunkPos chunkPos) void
IntegratedServer.reportChunkSaveFailure
(Throwable throwable, RegionStorageInfo regionStorageInfo, ChunkPos chunkPos) -
Uses of RegionStorageInfo in net.minecraft.server
Methods in net.minecraft.server with parameters of type RegionStorageInfoModifier and TypeMethodDescriptionvoid
MinecraftServer.reportChunkLoadFailure
(Throwable throwable, RegionStorageInfo regionStorageInfo, ChunkPos chunkPos) void
MinecraftServer.reportChunkSaveFailure
(Throwable throwable, RegionStorageInfo regionStorageInfo, ChunkPos chunkPos) private void
MinecraftServer.storeChunkIoError
(CrashReport crashReport, ChunkPos chunkPos, RegionStorageInfo regionStorageInfo) -
Uses of RegionStorageInfo in net.minecraft.util.profiling.jfr
Methods in net.minecraft.util.profiling.jfr with parameters of type RegionStorageInfoModifier and TypeMethodDescriptionvoid
JfrProfiler.onRegionFileRead
(RegionStorageInfo regionStorageInfo, ChunkPos chunkPos, RegionFileVersion version, int bytes) void
JvmProfiler.NoOpProfiler.onRegionFileRead
(RegionStorageInfo p_326355_, ChunkPos p_325955_, RegionFileVersion p_326373_, int p_326370_) void
JvmProfiler.onRegionFileRead
(RegionStorageInfo regionStorageInfo, ChunkPos chunkPos, RegionFileVersion version, int bytes) void
JfrProfiler.onRegionFileWrite
(RegionStorageInfo regionStorageInfo, ChunkPos chunkPos, RegionFileVersion version, int bytes) void
JvmProfiler.NoOpProfiler.onRegionFileWrite
(RegionStorageInfo p_326307_, ChunkPos p_326173_, RegionFileVersion p_325998_, int p_326021_) void
JvmProfiler.onRegionFileWrite
(RegionStorageInfo regionStorageInfo, ChunkPos chunkPos, RegionFileVersion version, int bytes) -
Uses of RegionStorageInfo in net.minecraft.util.profiling.jfr.event
Constructors in net.minecraft.util.profiling.jfr.event with parameters of type RegionStorageInfoModifierConstructorDescriptionChunkRegionIoEvent
(RegionStorageInfo regionStorageInfo, ChunkPos chunkPos, RegionFileVersion version, int bytes) ChunkRegionReadEvent
(RegionStorageInfo p_326299_, ChunkPos p_326137_, RegionFileVersion p_326509_, int p_326225_) ChunkRegionWriteEvent
(RegionStorageInfo p_326040_, ChunkPos p_326006_, RegionFileVersion p_326456_, int p_326368_) -
Uses of RegionStorageInfo in net.minecraft.util.worldupdate
Methods in net.minecraft.util.worldupdate with parameters of type RegionStorageInfoModifier and TypeMethodDescriptionprotected abstract T
WorldUpgrader.AbstractUpgrader.createStorage
(RegionStorageInfo regionStorageInfo, Path path) protected ChunkStorage
WorldUpgrader.ChunkUpgrader.createStorage
(RegionStorageInfo p_325989_, Path p_321746_) protected SimpleRegionStorage
WorldUpgrader.SimpleRegionStorageUpgrader.createStorage
(RegionStorageInfo regionStorageInfo, Path path) private static List
<WorldUpgrader.FileToUpgrade> WorldUpgrader.AbstractUpgrader.getAllChunkPositions
(RegionStorageInfo regionStorageInfo, Path path) private ListIterator
<WorldUpgrader.FileToUpgrade> WorldUpgrader.AbstractUpgrader.getFilesToProcess
(RegionStorageInfo regionStorageInfo, Path path) -
Uses of RegionStorageInfo in net.minecraft.world.entity.ai.village.poi
Constructors in net.minecraft.world.entity.ai.village.poi with parameters of type RegionStorageInfoModifierConstructorDescriptionPoiManager
(RegionStorageInfo info, Path folder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync, RegistryAccess registryAccess, ChunkIOErrorReporter errorReporter, LevelHeightAccessor levelHeightAccessor) -
Uses of RegionStorageInfo in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as RegionStorageInfoModifier and TypeFieldDescription(package private) final RegionStorageInfo
RegionFile.info
private final RegionStorageInfo
RegionFileStorage.info
Methods in net.minecraft.world.level.chunk.storage that return RegionStorageInfoModifier and TypeMethodDescriptionRegionFileStorage.info()
protected RegionStorageInfo
ChunkStorage.storageInfo()
IOWorker.storageInfo()
SimpleRegionStorage.storageInfo()
RegionStorageInfo.withTypeSuffix
(String suffix) Methods in net.minecraft.world.level.chunk.storage with parameters of type RegionStorageInfoModifier and TypeMethodDescriptionstatic ProtoChunk
ChunkSerializer.read
(ServerLevel level, PoiManager poiManager, RegionStorageInfo regionStorageInfo, ChunkPos pos, CompoundTag tag) void
ChunkIOErrorReporter.reportChunkLoadFailure
(Throwable throwable, RegionStorageInfo regionStorageInfo, ChunkPos chunkPos) void
ChunkIOErrorReporter.reportChunkSaveFailure
(Throwable throwable, RegionStorageInfo regionStorageInfo, ChunkPos chunkPos) default void
ChunkIOErrorReporter.reportMisplacedChunk
(ChunkPos pos, ChunkPos expectedPos, RegionStorageInfo regionStorageInfo) Constructors in net.minecraft.world.level.chunk.storage with parameters of type RegionStorageInfoModifierConstructorDescriptionChunkStorage
(RegionStorageInfo info, Path folder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync) protected
IOWorker
(RegionStorageInfo info, Path folder, boolean sync) RecreatingChunkStorage
(RegionStorageInfo info, Path folder, RegionStorageInfo writeInfo, Path writeFolder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync) RecreatingSimpleRegionStorage
(RegionStorageInfo info, Path folder, RegionStorageInfo writeInfo, Path writeFolder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync, DataFixTypes dataFixType) RegionFile
(RegionStorageInfo info, Path path, Path externalFileDir, boolean sync) RegionFile
(RegionStorageInfo info, Path path, Path externalFileDir, RegionFileVersion version, boolean sync) (package private)
RegionFileStorage
(RegionStorageInfo info, Path folder, boolean sync) SimpleRegionStorage
(RegionStorageInfo info, Path folder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync, DataFixTypes dataFixType)