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 p_321854_, String p_321675_, String p_326131_, Component p_362854_, Component p_361110_) (package private)
SimpleRegionStorageUpgrader
(DataFixTypes p_321688_, String p_321507_, Component p_361813_, Component p_363065_) -
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
SavedDataType.dataFixType
The field for thedataFixType
record component.Methods in net.minecraft.world.level.saveddata that return DataFixTypesModifier and TypeMethodDescription@Nullable DataFixTypes
SavedDataType.dataFixType()
Returns the value of thedataFixType
record 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 aSavedDataType
record 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 p_78159_, DataFixTypes p_295038_, int p_78160_)