Uses of Record Class
net.minecraft.world.PersistentState.class_10740
Packages that use PersistentState.class_10740
-
Uses of PersistentState.class_10740 in net.minecraft
Fields in net.minecraft with type parameters of type PersistentState.class_10740Modifier and TypeFieldDescriptionprivate final Function<PersistentState.class_10740, T> class_10741.comp_3642The field for thecomp_3642record component.private final Function<PersistentState.class_10740, com.mojang.serialization.Codec<T>> class_10741.comp_3643The field for thecomp_3643record component.Methods in net.minecraft that return types with arguments of type PersistentState.class_10740Modifier and TypeMethodDescriptionclass_10741.comp_3642()Returns the value of thecomp_3642record component.Function<PersistentState.class_10740, com.mojang.serialization.Codec<T>> class_10741.comp_3643()Returns the value of thecomp_3643record component.Constructor parameters in net.minecraft with type arguments of type PersistentState.class_10740ModifierConstructorDescriptionclass_10741(String string, Function<PersistentState.class_10740, T> function, Function<PersistentState.class_10740, com.mojang.serialization.Codec<T>> function2, DataFixTypes dataFixTypes) -
Uses of PersistentState.class_10740 in net.minecraft.world
Fields in net.minecraft.world declared as PersistentState.class_10740Modifier and TypeFieldDescriptionprivate final PersistentState.class_10740PersistentStateManager.field_56480Constructors in net.minecraft.world with parameters of type PersistentState.class_10740ModifierConstructorDescriptionPersistentStateManager(PersistentState.class_10740 class_10740, Path path, com.mojang.datafixers.DataFixer dataFixer, RegistryWrapper.WrapperLookup wrapperLookup)