Uses of Enum Class
net.minecraft.util.datafix.DataFixTypes
Packages that use DataFixTypes
Package
Description
-
Uses of DataFixTypes in net.minecraft.util.datafix
Subclasses with type arguments of type DataFixTypes in net.minecraft.util.datafixMethods in net.minecraft.util.datafix that return DataFixTypesModifier and TypeMethodDescriptionstatic DataFixTypesReturns the enum constant of this class with the specified name.static DataFixTypes[]DataFixTypes.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DataFixTypes in net.minecraft.util.filefix.access
Methods in net.minecraft.util.filefix.access with parameters of type DataFixTypesModifier and TypeMethodDescriptionstatic FileResourceType<ChunkNbt> FileResourceTypes.chunk(DataFixTypes type, RegionStorageInfo info) Constructors in net.minecraft.util.filefix.access with parameters of type DataFixTypesModifierConstructorDescriptionChunkNbt(RegionStorageInfo info, Path path, DataFixTypes type, int targetVersion) -
Uses of DataFixTypes in net.minecraft.util.worldupdate
Fields in net.minecraft.util.worldupdate declared as DataFixTypesModifier and TypeFieldDescriptionprivate @Nullable DataFixTypesRegionStorageUpgrader.Builder.dataFixTypeprotected final DataFixTypesRegionStorageUpgrader.dataFixTypeprivate @Nullable DataFixTypesUpgradeProgress.dataFixTypeFields in net.minecraft.util.worldupdate with type parameters of type DataFixTypesModifier and TypeFieldDescriptionprivate final Map<DataFixTypes, UpgradeStatusTranslator.Messages> UpgradeStatusTranslator.messagesMethods in net.minecraft.util.worldupdate that return DataFixTypesMethods in net.minecraft.util.worldupdate with parameters of type DataFixTypesModifier and TypeMethodDescriptionvoidUpgradeProgress.Noop.reset(DataFixTypes dataFixType) voidUpgradeProgress.reset(DataFixTypes dataFixType) RegionStorageUpgrader.Builder.setDataFixType(DataFixTypes dataFixType) private voidWorldUpgrader.upgradeLevels(DataFixTypes dataFixType, RegionStorageUpgrader.Builder builder) private voidWorldUpgrader.upgradeLevels(DataFixTypes dataFixType, RegionStorageUpgrader.Builder builder, BiFunction<RegionStorageUpgrader.Builder, ResourceKey<Level>, RegionStorageUpgrader.Builder> levelSpecificBuilder) Constructors in net.minecraft.util.worldupdate with parameters of type DataFixTypesModifierConstructorDescriptionprotectedRegionStorageUpgrader(com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixType, String type, String folderName, int defaultVersion, boolean recreateRegionFiles, UpgradeProgress upgradeProgress, int startIndex, @Nullable CompoundTag dataFixContextTag, it.unimi.dsi.fastutil.ints.Int2ObjectMap<RegionStorageUpgrader.TagModifier> tagModifiers) -
Uses of DataFixTypes in net.minecraft.world.level.chunk.storage
Fields in net.minecraft.world.level.chunk.storage declared as DataFixTypesConstructors in net.minecraft.world.level.chunk.storage with parameters of type DataFixTypesModifierConstructorDescriptionRecreatingSimpleRegionStorage(RegionStorageInfo readInfo, Path readFolder, RegionStorageInfo writeInfo, Path writeFolder, com.mojang.datafixers.DataFixer fixerUpper, boolean syncWrites, DataFixTypes dataFixType) SimpleRegionStorage(RegionStorageInfo info, Path folder, com.mojang.datafixers.DataFixer fixerUpper, boolean syncWrites, DataFixTypes dataFixType) -
Uses of DataFixTypes in net.minecraft.world.level.saveddata
Fields in net.minecraft.world.level.saveddata declared as DataFixTypesModifier and TypeFieldDescriptionprivate final @Nullable DataFixTypesSavedDataType.dataFixTypeThe field for thedataFixTyperecord component.Methods in net.minecraft.world.level.saveddata that return DataFixTypesModifier and TypeMethodDescription@Nullable DataFixTypesSavedDataType.dataFixType()Returns the value of thedataFixTyperecord component.Constructors in net.minecraft.world.level.saveddata with parameters of type DataFixTypesModifierConstructorDescriptionSavedDataType(Identifier id, Supplier<T> constructor, com.mojang.serialization.Codec<T> codec, @Nullable DataFixTypes dataFixType) SavedDataType(Identifier id, SavedDataType.Factory<T> factory, SavedDataType.Factory<com.mojang.serialization.Codec<T>> codecFactory, @Nullable DataFixTypes dataFixType) Creates an instance of aSavedDataTyperecord class. -
Uses of DataFixTypes in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type DataFixTypesModifier and TypeMethodDescriptionSavedDataStorage.readTagFromDisk(Path dataFile, @Nullable DataFixTypes type, int newVersion)