Uses of Enum Class
net.minecraft.datafixer.DataFixTypes
Packages that use DataFixTypes
Package
Description
-
Uses of DataFixTypes in net.minecraft.datafixer
Methods in net.minecraft.datafixer 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.world
Fields in net.minecraft.world declared as DataFixTypesModifier and TypeFieldDescriptionprivate final DataFixTypes
PersistentStateType.dataFixType
The field for thedataFixType
record component.Methods in net.minecraft.world that return DataFixTypesModifier and TypeMethodDescriptionPersistentStateType.dataFixType()
Returns the value of thedataFixType
record component.Methods in net.minecraft.world with parameters of type DataFixTypesModifier and TypeMethodDescriptionPersistentStateManager.readNbt
(String id, DataFixTypes dataFixTypes, int currentSaveVersion) Constructors in net.minecraft.world with parameters of type DataFixTypesModifierConstructorDescriptionPersistentStateType
(String string, Function<PersistentState.Context, T> function, Function<PersistentState.Context, com.mojang.serialization.Codec<T>> function2, DataFixTypes dataFixTypes) PersistentStateType
(String id, Supplier<T> constructor, com.mojang.serialization.Codec<T> codec, DataFixTypes dataFixType) -
Uses of DataFixTypes in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as DataFixTypesConstructors in net.minecraft.world.storage with parameters of type DataFixTypesModifierConstructorDescriptionChunkPosKeyedStorage
(StorageKey storageKey, Path directory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes) RecreationStorage
(StorageKey storageKey, Path directory, StorageKey outputStorageKey, Path outputDirectory, com.mojang.datafixers.DataFixer dataFixer, boolean dsync, DataFixTypes dataFixTypes) -
Uses of DataFixTypes in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as DataFixTypesConstructors in net.minecraft.world.updater with parameters of type DataFixTypesModifierConstructorDescription(package private)
ChunkPosKeyedStorageUpdate
(DataFixTypes dataFixTypes, String targetName, Text upgradingText, Text finishedText) (package private)
Update
(DataFixTypes dataFixTypes, String name, String targetName, Text upgradingText, Text finishedText)