Uses of Enum Class
net.minecraft.entity.ai.brain.MemoryModuleState
Packages that use MemoryModuleState
Package
Description
The base package for all Minecraft classes.
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of MemoryModuleState in net.minecraft
Methods in net.minecraft that return MemoryModuleStateModifier and TypeMethodDescriptionclass_7907.class_7908.method_47254()class_7907.class_7909.method_47254()class_7907.class_7910.method_47254()class_7907.method_47254() -
Uses of MemoryModuleState in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type MemoryModuleStateModifier and TypeFieldDescriptionprivate final Map<Activity,Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryModuleState>>> Brain.requiredActivityMemoriesMethods in net.minecraft.entity.ai.brain that return MemoryModuleStateModifier and TypeMethodDescriptionstatic MemoryModuleStateReturns the enum constant of this class with the specified name.static MemoryModuleState[]MemoryModuleState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.entity.ai.brain with parameters of type MemoryModuleStateModifier and TypeMethodDescriptionbooleanBrain.isMemoryInState(MemoryModuleType<?> type, MemoryModuleState state) Method parameters in net.minecraft.entity.ai.brain with type arguments of type MemoryModuleStateModifier and TypeMethodDescriptionvoidBrain.setTaskList(Activity activity, ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends class_7893<? super E>>> indexedTasks, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryModuleState>> requiredMemories) voidBrain.setTaskList(Activity activity, ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends class_7893<? super E>>> indexedTasks, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryModuleState>> requiredMemories, Set<MemoryModuleType<?>> forgettingMemories) -
Uses of MemoryModuleState in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task with type parameters of type MemoryModuleStateModifier and TypeFieldDescriptionprivate final Map<MemoryModuleType<?>,MemoryModuleState> CompositeTask.field_40992protected final Map<MemoryModuleType<?>,MemoryModuleState> Task.requiredMemoryStatesConstructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type MemoryModuleStateModifierConstructorDescriptionCompositeTask(Map<MemoryModuleType<?>, MemoryModuleState> requiredMemoryState, Set<MemoryModuleType<?>> set, CompositeTask.Order order, CompositeTask.RunMode runMode, List<com.mojang.datafixers.util.Pair<? extends class_7893<? super E>, Integer>> tasks) RandomTask(Map<MemoryModuleType<?>, MemoryModuleState> requiredMemoryState, List<com.mojang.datafixers.util.Pair<? extends class_7893<? super E>, Integer>> tasks) Task(Map<MemoryModuleType<?>, MemoryModuleState> requiredMemoryState) Task(Map<MemoryModuleType<?>, MemoryModuleState> requiredMemoryState, int runTime) Task(Map<MemoryModuleType<?>, MemoryModuleState> requiredMemoryState, int minRunTime, int maxRunTime)