Uses of Interface
net.minecraft.world.ChunkUpdater
Packages that use ChunkUpdater
-
Uses of ChunkUpdater in net.minecraft.world
Classes in net.minecraft.world that implement ChunkUpdaterFields in net.minecraft.world with type parameters of type ChunkUpdaterModifier and TypeFieldDescriptionstatic final Supplier<ChunkUpdater> ChunkUpdater.PASSTHROUGH_FACTORY -
Uses of ChunkUpdater in net.minecraft.world.storage
Fields in net.minecraft.world.storage with type parameters of type ChunkUpdaterModifier and TypeFieldDescriptionprivate final Supplier<ChunkUpdater> VersionedChunkStorage.updaterFactoryConstructor parameters in net.minecraft.world.storage with type arguments of type ChunkUpdaterModifierConstructorDescriptionRecreationStorage(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes, Supplier<ChunkUpdater> supplier) VersionedChunkStorage(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes, Supplier<ChunkUpdater> supplier)