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 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
Fields in net.minecraft.world declared as DataFixTypesModifier and TypeFieldDescriptionprivate final DataFixTypesPersistentState.Type.typeThe field for thetyperecord component.Methods in net.minecraft.world that return DataFixTypesModifier and TypeMethodDescriptionPersistentState.Type.type()Returns the value of thetyperecord component.Methods in net.minecraft.world with parameters of type DataFixTypesModifier 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) Constructors in net.minecraft.world with parameters of type DataFixTypesModifierConstructorDescriptionType(Supplier<T> supplier, BiFunction<NbtCompound, RegistryWrapper.WrapperLookup, T> biFunction, DataFixTypes dataFixTypes) -
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(class_9240 class_9240, Path path, com.mojang.datafixers.DataFixer dataFixer, boolean bool, DataFixTypes dataFixTypes) RecreationStorage(class_9240 class_9240, Path path, class_9240 class_92402, Path path2, com.mojang.datafixers.DataFixer dataFixer, boolean bool, 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 string, MutableText mutableText, MutableText mutableText2) (package private)Update(DataFixTypes dataFixTypes, String string, String string2, MutableText mutableText, MutableText mutableText2)