Uses of Enum Class
net.minecraft.datafixer.DataFixTypes
Package
Description
The Named Binary Tag (NBT) data format.
-
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.nbt
Modifier and TypeMethodDescriptionstatic NbtCompound
NbtHelper.update
(com.mojang.datafixers.DataFixer fixer, DataFixTypes fixTypes, NbtCompound compound, int oldVersion) Uses the data fixer to update an NBT compound object to the latest data version.static NbtCompound
NbtHelper.update
(com.mojang.datafixers.DataFixer fixer, DataFixTypes fixTypes, NbtCompound compound, int oldVersion, int targetVersion) Uses the data fixer to update an NBT compound object. -
Uses of DataFixTypes in net.minecraft.world.storage
Modifier and TypeFieldDescriptionprivate final DataFixTypes
SerializingRegionBasedStorage.dataFixTypes
ModifierConstructorDescriptionSerializingRegionBasedStorage
(Path path, Function<Runnable, com.mojang.serialization.Codec<R>> codecFactory, Function<Runnable, R> factory, com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixTypes, boolean dsync, DynamicRegistryManager dynamicRegistryManager, HeightLimitView world)