Uses of Record Class
net.minecraft.world.storage.StorageKey
Package
Description
-
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.poi
ModifierConstructorDescriptionPointOfInterestStorage
(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DynamicRegistryManager registryManager, HeightLimitView world) -
Uses of StorageKey in net.minecraft.world.storage
Modifier and TypeFieldDescriptionprivate final StorageKey
RegionBasedStorage.storageKey
(package private) final StorageKey
RegionFile.storageKey
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)