Uses of Interface
net.minecraft.world.updater.ChunkUpdater
Packages that use ChunkUpdater
-
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> updaterFactory) VersionedChunkStorage(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes, Supplier<ChunkUpdater> updaterFactory) -
Uses of ChunkUpdater in net.minecraft.world.updater
Classes in net.minecraft.world.updater that implement ChunkUpdaterFields in net.minecraft.world.updater with type parameters of type ChunkUpdaterModifier and TypeFieldDescriptionstatic final Supplier<ChunkUpdater> ChunkUpdater.PASSTHROUGH_FACTORYMethods in net.minecraft.world.updater that return types with arguments of type ChunkUpdaterModifier and TypeMethodDescriptionstatic Supplier<ChunkUpdater> FeatureUpdater.create(RegistryKey<World> world, Supplier<@Nullable PersistentStateManager> supplier, com.mojang.datafixers.DataFixer dataFixer)