Uses of Class
net.minecraft.datafixer.DataFixTypes
| Package | Description |
|---|---|
| net.minecraft.datafixer | |
| net.minecraft.nbt | |
| net.minecraft.world.storage |
-
Uses of DataFixTypes in net.minecraft.datafixer
Methods in net.minecraft.datafixer that return DataFixTypes Modifier and Type Method Description static DataFixTypesDataFixTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DataFixTypes[]DataFixTypes. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataFixTypes in net.minecraft.nbt
Methods in net.minecraft.nbt with parameters of type DataFixTypes Modifier and Type Method Description static NbtCompoundNbtHelper. 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 NbtCompoundNbtHelper. 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
Fields in net.minecraft.world.storage declared as DataFixTypes Modifier and Type Field Description private DataFixTypesSerializingRegionBasedStorage. dataFixTypesConstructors in net.minecraft.world.storage with parameters of type DataFixTypes Constructor Description SerializingRegionBasedStorage(File directory, Function<Runnable,com.mojang.serialization.Codec<R>> codecFactory, Function<Runnable,R> factory, com.mojang.datafixers.DataFixer dataFixer, DataFixTypes dataFixTypes, boolean dsync, HeightLimitView world)