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 DataFixTypes
Returns 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 DataFixTypes
WorldUpgrader.AbstractUpgrader.dataFixType
Constructors in net.minecraft.util.worldupdate with parameters of type DataFixTypesModifierConstructorDescription(package private)
AbstractUpgrader
(DataFixTypes pDataFixType, String pType, String pFolderName, MutableComponent pUpgradingStatus, MutableComponent pFinishedStatus) (package private)
SimpleRegionStorageUpgrader
(DataFixTypes pDataFixType, String pType, MutableComponent pUpgradingStatus, MutableComponent 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 p_326344_, Path p_321669_, RegionStorageInfo p_326265_, Path p_321677_, com.mojang.datafixers.DataFixer p_321544_, boolean p_321823_, DataFixTypes p_321736_) SimpleRegionStorage
(RegionStorageInfo p_326109_, Path p_321582_, com.mojang.datafixers.DataFixer p_321815_, boolean p_321788_, DataFixTypes p_321522_) -
Uses of DataFixTypes in net.minecraft.world.level.saveddata
Fields in net.minecraft.world.level.saveddata declared as DataFixTypesModifier and TypeFieldDescriptionprivate final @Nullable DataFixTypes
SavedData.Factory.type
The field for thetype
record component.Methods in net.minecraft.world.level.saveddata that return DataFixTypesModifier and TypeMethodDescription@Nullable DataFixTypes
SavedData.Factory.type()
Returns the value of thetype
record component.Constructors in net.minecraft.world.level.saveddata with parameters of type DataFixTypesModifierConstructorDescriptionFactory
(Supplier<T> constructor, BiFunction<CompoundTag, HolderLookup.Provider, T> deserializer, @Nullable DataFixTypes type) Creates an instance of aFactory
record class. -
Uses of DataFixTypes in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type DataFixTypesModifier and TypeMethodDescriptionprivate <T extends SavedData>
TDimensionDataStorage.readSavedData
(BiFunction<CompoundTag, HolderLookup.Provider, T> pReader, DataFixTypes pDataFixType, String pFilename) DimensionDataStorage.readTagFromDisk
(String pFilename, DataFixTypes pDataFixType, int pVersion)