Uses of Record Class
net.minecraft.world.storage.StorageKey
Package
Description
-
Uses of StorageKey in net.minecraft.server
Modifier and TypeMethodDescriptionvoid
MinecraftServer.onChunkLoadFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) void
MinecraftServer.onChunkSaveFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) private void
MinecraftServer.writeChunkIoReport
(CrashReport report, ChunkPos pos, StorageKey key) -
Uses of StorageKey in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionvoid
IntegratedServer.onChunkLoadFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) void
IntegratedServer.onChunkSaveFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) -
Uses of StorageKey in net.minecraft.server.world
Modifier and TypeMethodDescriptionvoid
ChunkErrorHandler.onChunkLoadFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) default void
ChunkErrorHandler.onChunkMisplacement
(ChunkPos actualPos, ChunkPos expectedPos, StorageKey key) void
ChunkErrorHandler.onChunkSaveFailure
(Throwable exception, StorageKey key, ChunkPos chunkPos) -
Uses of StorageKey in net.minecraft.util.profiling.jfr
Modifier and TypeMethodDescriptionvoid
FlightProfiler.NoopProfiler.onChunkRegionRead
(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) void
FlightProfiler.onChunkRegionRead
(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) void
JfrProfiler.onChunkRegionRead
(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) void
FlightProfiler.NoopProfiler.onChunkRegionWrite
(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) void
FlightProfiler.onChunkRegionWrite
(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) void
JfrProfiler.onChunkRegionWrite
(StorageKey key, ChunkPos chunkPos, ChunkCompressionFormat format, int bytes) -
Uses of StorageKey in net.minecraft.util.profiling.jfr.event
ModifierConstructorDescriptionChunkRegionEvent
(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.chunk
Modifier and TypeMethodDescriptionSerializedChunk.convert
(ServerWorld world, PointOfInterestStorage poiStorage, StorageKey key, ChunkPos expectedPos) -
Uses of StorageKey in net.minecraft.world.poi
ModifierConstructorDescriptionPointOfInterestStorage
(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DynamicRegistryManager registryManager, ChunkErrorHandler errorHandler, HeightLimitView world) -
Uses of StorageKey in net.minecraft.world.storage
Modifier and TypeFieldDescriptionprivate final StorageKey
RegionBasedStorage.storageKey
(package private) final StorageKey
RegionFile.storageKey
Modifier and TypeMethodDescriptionChunkPosKeyedStorage.getStorageKey()
RegionBasedStorage.getStorageKey()
StorageIoWorker.getStorageKey()
protected StorageKey
VersionedChunkStorage.getStorageKey()
StorageKey.withSuffix
(String suffix) ModifierConstructorDescriptionChunkPosKeyedStorage
(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) protected
StorageIoWorker
(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.updater
Modifier 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 ChunkPosKeyedStorage
WorldUpdater.ChunkPosKeyedStorageUpdate.openStorage
(StorageKey storageKey, Path path) protected VersionedChunkStorage
WorldUpdater.RegionUpdate.openStorage
(StorageKey storageKey, Path path) protected abstract T
WorldUpdater.Update.openStorage
(StorageKey key, Path worldDirectory)