Uses of Enum Class
net.minecraft.datafixer.DataFixTypes
Package
Description
-
Uses of DataFixTypes in net.minecraft.datafixer
Modifier 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
Modifier and TypeFieldDescriptionprivate final DataFixTypes
PersistentState.Type.type
The field for thetype
record component.Modifier and TypeMethodDescriptionPersistentState.Type.type()
Returns the value of thetype
record component.Modifier and TypeMethodDescriptionprivate <T extends PersistentState>
TPersistentStateManager.readFromFile
(BiFunction<NbtCompound, RegistryWrapper.WrapperLookup, T> readFunction, DataFixTypes dataFixTypes, String id) PersistentStateManager.readNbt
(String id, DataFixTypes dataFixTypes, int currentSaveVersion) ModifierConstructorDescriptionType
(Supplier<T> supplier, BiFunction<NbtCompound, RegistryWrapper.WrapperLookup, T> biFunction, DataFixTypes dataFixTypes) -
Uses of DataFixTypes in net.minecraft.world.storage
ModifierConstructorDescriptionChunkPosKeyedStorage
(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
ModifierConstructorDescription(package private)
ChunkPosKeyedStorageUpdate
(DataFixTypes dataFixTypes, String targetName, MutableText upgradingText, MutableText finishedText) (package private)
Update
(DataFixTypes dataFixTypes, String name, String targetName, MutableText upgradingText, MutableText finishedText)