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 pDataFixType, String pType, String pFolderName, Component pUpgradingStatus, Component pFinishedStatus) (package private)SimpleRegionStorageUpgrader(DataFixTypes pDataFixType, String pType, Component pUpgradingStatus, Component pFinishedStatus) -
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 pInfo, Path pFolder, RegionStorageInfo pWriteInfo, Path pWriteFolder, com.mojang.datafixers.DataFixer pFixerUpper, boolean pSync, DataFixTypes pDataFixType) SimpleRegionStorage(RegionStorageInfo pInfo, Path pFolder, com.mojang.datafixers.DataFixer pFixerUpper, boolean pSync, DataFixTypes pDataFixType) -
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 pFilename, DataFixTypes pDataFixType, int pVersion)