Uses of Enum Class
net.minecraft.util.datafix.DataFixTypes
Packages that use DataFixTypes
Package
Description
-
Uses of DataFixTypes in net.minecraft.util.datafix
Methods 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.worldupdate
Fields in net.minecraft.util.worldupdate declared as DataFixTypesModifier and TypeFieldDescriptionprotected final DataFixTypesWorldUpgrader.AbstractUpgrader.dataFixTypeConstructors in net.minecraft.util.worldupdate with parameters of type DataFixTypesModifierConstructorDescription(package private)AbstractUpgrader(DataFixTypes dataFixType, String type, String folderName, Component upgradingStatus, Component finishedStatus) (package private)SimpleRegionStorageUpgrader(DataFixTypes dataFixType, String type, Component upgradingStatus, Component finishedStatus) -
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 info, Path folder, RegionStorageInfo writeInfo, Path writeFolder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync, DataFixTypes dataFixType) SimpleRegionStorage(RegionStorageInfo info, Path folder, com.mojang.datafixers.DataFixer fixerUpper, boolean sync, 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(String id, Function<SavedData.Context, T> constructor, Function<SavedData.Context, com.mojang.serialization.Codec<T>> codec, @Nullable DataFixTypes dataFixType) Creates an instance of aSavedDataTyperecord class.SavedDataType(String p_401076_, Supplier<T> p_401163_, com.mojang.serialization.Codec<T> p_401275_, @Nullable DataFixTypes p_401088_) -
Uses of DataFixTypes in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type DataFixTypesModifier and TypeMethodDescriptionDimensionDataStorage.readTagFromDisk(String filename, DataFixTypes dataFixType, int version)