Uses of Record Class
net.minecraft.world.storage.StorageKey
Packages that use StorageKey
Package
Description
- 
Uses of StorageKey in net.minecraft.serverMethods in net.minecraft.server with parameters of type StorageKeyModifier and TypeMethodDescriptionvoidMinecraftServer.onChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidMinecraftServer.onChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) private voidMinecraftServer.writeChunkIoReport(CrashReport report, ChunkPos pos, StorageKey key) 
- 
Uses of StorageKey in net.minecraft.server.integratedMethods in net.minecraft.server.integrated with parameters of type StorageKeyModifier and TypeMethodDescriptionvoidIntegratedServer.onChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) voidIntegratedServer.onChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) 
- 
Uses of StorageKey in net.minecraft.server.worldMethods in net.minecraft.server.world with parameters of type StorageKeyModifier and TypeMethodDescriptionvoidChunkErrorHandler.onChunkLoadFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) default voidChunkErrorHandler.onChunkMisplacement(ChunkPos actualPos, ChunkPos expectedPos, StorageKey key) voidChunkErrorHandler.onChunkSaveFailure(Throwable exception, StorageKey key, ChunkPos chunkPos) 
- 
Uses of StorageKey in net.minecraft.util.profiling.jfrMethods in net.minecraft.util.profiling.jfr with parameters of type StorageKeyModifier and TypeMethodDescriptionvoidFlightProfiler.NoopProfiler.onChunkRegionRead(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) voidFlightProfiler.onChunkRegionRead(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) voidJfrProfiler.onChunkRegionRead(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) voidFlightProfiler.NoopProfiler.onChunkRegionWrite(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) voidFlightProfiler.onChunkRegionWrite(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) voidJfrProfiler.onChunkRegionWrite(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) 
- 
Uses of StorageKey in net.minecraft.util.profiling.jfr.eventConstructors in net.minecraft.util.profiling.jfr.event with parameters of type StorageKeyModifierConstructorDescriptionChunkRegionEvent(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) ChunkRegionReadEvent(StorageKey storageKey, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) ChunkRegionWriteEvent(StorageKey storageKey, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) 
- 
Uses of StorageKey in net.minecraft.world.chunkMethods in net.minecraft.world.chunk with parameters of type StorageKeyModifier and TypeMethodDescriptionSerializedChunk.convert(ServerWorld world, PointOfInterestStorage poiStorage, StorageKey key, ChunkPos expectedPos) 
- 
Uses of StorageKey in net.minecraft.world.poiConstructors in net.minecraft.world.poi with parameters of type StorageKeyModifierConstructorDescriptionPointOfInterestStorage(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DynamicRegistryManager registryManager, ChunkErrorHandler errorHandler, HeightLimitView world) 
- 
Uses of StorageKey in net.minecraft.world.storageFields in net.minecraft.world.storage declared as StorageKeyModifier and TypeFieldDescriptionprivate final StorageKeyRegionBasedStorage.storageKey(package private) final StorageKeyRegionFile.storageKeyMethods in net.minecraft.world.storage that return StorageKeyModifier and TypeMethodDescriptionChunkPosKeyedStorage.getStorageKey()RegionBasedStorage.getStorageKey()StorageIoWorker.getStorageKey()protected StorageKeyVersionedChunkStorage.getStorageKey()StorageKey.withSuffix(String suffix) Constructors in net.minecraft.world.storage with parameters of type StorageKeyModifierConstructorDescriptionChunkPosKeyedStorage(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes) RecreatedChunkStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync) RecreationStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes) (package private)RegionBasedStorage(StorageKey storageKey, Path directory, boolean dsync) RegionFile(StorageKey storageKey, Path directory, Path path, boolean dsync) RegionFile(StorageKey storageKey, Path path, Path directory, ChunkCompressionFormat compressionFormat, boolean dsync) protectedStorageIoWorker(StorageKey storageKey, Path directory, boolean dsync) VersionedChunkStorage(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync) 
- 
Uses of StorageKey in net.minecraft.world.updaterMethods in net.minecraft.world.updater with parameters of type StorageKeyModifier and TypeMethodDescriptionprivate ListIterator<WorldUpdater.Region> WorldUpdater.Update.enumerateRegions(StorageKey key, Path regionDirectory) private static List<WorldUpdater.Region> WorldUpdater.Update.listRegions(StorageKey key, Path regionDirectory) protected ChunkPosKeyedStorageWorldUpdater.ChunkPosKeyedStorageUpdate.openStorage(StorageKey storageKey, Path path) protected VersionedChunkStorageWorldUpdater.RegionUpdate.openStorage(StorageKey storageKey, Path path) protected abstract TWorldUpdater.Update.openStorage(StorageKey key, Path worldDirectory)