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 DataFixTypesConstructors in net.minecraft with parameters of type DataFixTypesModifierConstructorDescriptionclass_9171
(Path path, Path path2, com.mojang.datafixers.DataFixer dataFixer, boolean bool, String string, DataFixTypes dataFixTypes) class_9172
(Path path, com.mojang.datafixers.DataFixer dataFixer, boolean bool, String string, DataFixTypes dataFixTypes) -
Uses of DataFixTypes in net.minecraft.datafixer
Methods in net.minecraft.datafixer that return DataFixTypesModifier 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.world
Fields in net.minecraft.world declared as DataFixTypesModifier and TypeFieldDescriptionprivate final DataFixTypes
PersistentState.Type.type
The field for thetype
record component.Methods in net.minecraft.world that return DataFixTypesModifier and TypeMethodDescriptionPersistentState.Type.type()
Returns the value of thetype
record component.Methods in net.minecraft.world with parameters of type DataFixTypesModifier and TypeMethodDescriptionprivate <T extends PersistentState>
TPersistentStateManager.readFromFile
(Function<NbtCompound, 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, Function<NbtCompound, T> function, DataFixTypes dataFixTypes) -
Uses of DataFixTypes in net.minecraft.world.updater
Fields in net.minecraft.world.updater declared as DataFixTypesModifier and TypeFieldDescriptionprotected final DataFixTypes
WorldUpdater.class_9161.field_48733
Constructors in net.minecraft.world.updater with parameters of type DataFixTypesModifierConstructorDescription(package private)
class_9161
(DataFixTypes dataFixTypes, String string, MutableText mutableText, MutableText mutableText2) (package private)
class_9167
(DataFixTypes dataFixTypes, String string, MutableText mutableText, MutableText mutableText2)