Uses of Record Class
net.minecraft.world.storage.StorageKey
Packages that use StorageKey
Package
Description
-
Uses of StorageKey in net.minecraft.util.profiling.jfr
Methods 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.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.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, HeightLimitView world) -
Uses of StorageKey in net.minecraft.world.storage
Fields 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 StorageKeyConstructors 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.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 ChunkPosKeyedStorageWorldUpdater.ChunkPosKeyedStorageUpdate.openStorage(StorageKey storageKey, Path path) protected VersionedChunkStorageWorldUpdater.RegionUpdate.openStorage(StorageKey storageKey, Path path) protected abstract TWorldUpdater.Update.openStorage(StorageKey key, Path worldDirectory)