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_, MutableComponent p_321807_, MutableComponent p_321799_) (package private)
SimpleRegionStorageUpgrader
(DataFixTypes p_321688_, String p_321507_, MutableComponent p_321726_, MutableComponent p_321505_) -
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> p_324609_, DataFixTypes p_295832_, String p_164870_) DimensionDataStorage.readTagFromDisk
(String p_78159_, DataFixTypes p_295038_, int p_78160_)