Uses of Record Class
net.minecraft.world.PersistentState.Context
Packages that use PersistentState.Context
-
Uses of PersistentState.Context in net.minecraft.world
Fields in net.minecraft.world declared as PersistentState.ContextModifier and TypeFieldDescriptionprivate final PersistentState.ContextPersistentStateManager.contextFields in net.minecraft.world with type parameters of type PersistentState.ContextModifier and TypeFieldDescriptionprivate final Function<PersistentState.Context, com.mojang.serialization.Codec<T>> PersistentStateType.codecThe field for thecodecrecord component.private final Function<PersistentState.Context, T> PersistentStateType.constructorThe field for theconstructorrecord component.Methods in net.minecraft.world that return types with arguments of type PersistentState.ContextModifier and TypeMethodDescriptionFunction<PersistentState.Context, com.mojang.serialization.Codec<T>> PersistentStateType.codec()Returns the value of thecodecrecord component.PersistentStateType.constructor()Returns the value of theconstructorrecord component.Constructors in net.minecraft.world with parameters of type PersistentState.ContextModifierConstructorDescriptionPersistentStateManager(PersistentState.Context context, Path directory, com.mojang.datafixers.DataFixer dataFixer, RegistryWrapper.WrapperLookup registries) Constructor parameters in net.minecraft.world with type arguments of type PersistentState.ContextModifierConstructorDescriptionPersistentStateType(String string, Function<PersistentState.Context, T> function, Function<PersistentState.Context, com.mojang.serialization.Codec<T>> function2, DataFixTypes dataFixTypes)