Uses of Enum Class
net.minecraft.datafixer.DataFixTypes
Packages that use DataFixTypes
- 
Uses of DataFixTypes in net.minecraft.datafixerMethods 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.storageFields in net.minecraft.world.storage declared as DataFixTypesModifier and TypeFieldDescriptionprivate final DataFixTypesSerializingRegionBasedStorage.dataFixTypesConstructors in net.minecraft.world.storage with parameters of type DataFixTypesModifierConstructorDescriptionSerializingRegionBasedStorage(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)