Uses of Record Class
net.minecraft.world.storage.StorageKey
Packages that use StorageKey
Package
Description
-
Uses of StorageKey in net.minecraft.server
Methods in net.minecraft.server with parameters of type StorageKeyModifier 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
Methods in net.minecraft.server.integrated with parameters of type StorageKeyModifier 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
Methods in net.minecraft.server.world with parameters of type StorageKeyModifier 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
Methods in net.minecraft.util.profiling.jfr with parameters of type StorageKeyModifier 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
Constructors 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.chunk
Methods 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.poi
Constructors 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.storage
Fields in net.minecraft.world.storage declared as StorageKeyModifier and TypeFieldDescriptionprivate final StorageKey
RegionBasedStorage.storageKey
(package private) final StorageKey
RegionFile.storageKey
Methods in net.minecraft.world.storage that return StorageKeyModifier and TypeMethodDescriptionChunkPosKeyedStorage.getStorageKey()
RegionBasedStorage.getStorageKey()
StorageIoWorker.getStorageKey()
protected StorageKey
VersionedChunkStorage.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) 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
Methods 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 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)