Uses of Enum Class
net.minecraft.datafixer.DataFixTypes
Packages that use DataFixTypes
Package
Description
The base package for all Minecraft classes.
-
Uses of DataFixTypes in net.minecraft
Fields in net.minecraft declared as DataFixTypesModifier and TypeFieldDescriptionprivate final DataFixTypesclass_10741.comp_3644The field for thecomp_3644record component.Methods in net.minecraft that return DataFixTypesModifier and TypeMethodDescriptionclass_10741.comp_3644()Returns the value of thecomp_3644record component.Constructors in net.minecraft with parameters of type DataFixTypesModifierConstructorDescriptionclass_10741(String string, Function<PersistentState.class_10740, T> function, Function<PersistentState.class_10740, com.mojang.serialization.Codec<T>> function2, DataFixTypes dataFixTypes) class_10741(String string, Supplier<T> supplier, com.mojang.serialization.Codec<T> codec, DataFixTypes dataFixTypes) -
Uses of DataFixTypes in net.minecraft.datafixer
Methods in net.minecraft.datafixer that return DataFixTypesModifier and TypeMethodDescriptionstatic DataFixTypesReturns 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
Methods in net.minecraft.world with parameters of type DataFixTypesModifier and TypeMethodDescriptionPersistentStateManager.readNbt(String id, DataFixTypes dataFixTypes, int currentSaveVersion) -
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)