Uses of Enum Class
net.minecraft.world.entity.ai.memory.MemoryStatus
Packages that use MemoryStatus
Package
Description
- 
Uses of MemoryStatus in net.minecraft.world.entity.aiFields in net.minecraft.world.entity.ai with type parameters of type MemoryStatusModifier and TypeFieldDescriptionprivate final Map<Activity,Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>>> Brain.activityRequirementsMethods in net.minecraft.world.entity.ai with parameters of type MemoryStatusModifier and TypeMethodDescriptionbooleanBrain.checkMemory(MemoryModuleType<?> p_21877_, MemoryStatus p_21878_) Method parameters in net.minecraft.world.entity.ai with type arguments of type MemoryStatusModifier and TypeMethodDescriptionvoidBrain.addActivityAndRemoveMemoriesWhenStopped(Activity p_21908_, com.google.common.collect.ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super E>>> p_21909_, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>> p_21910_, Set<MemoryModuleType<?>> p_21911_) voidBrain.addActivityWithConditions(Activity p_21904_, com.google.common.collect.ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super E>>> p_21905_, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>> p_21906_) 
- 
Uses of MemoryStatus in net.minecraft.world.entity.ai.behaviorFields in net.minecraft.world.entity.ai.behavior with type parameters of type MemoryStatusModifier and TypeFieldDescriptionprotected final Map<MemoryModuleType<?>,MemoryStatus> Behavior.entryConditionprivate final Map<MemoryModuleType<?>,MemoryStatus> GateBehavior.entryConditionConstructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type MemoryStatusModifierConstructorDescriptionBehavior(Map<MemoryModuleType<?>, MemoryStatus> p_22528_) Behavior(Map<MemoryModuleType<?>, MemoryStatus> p_22530_, int p_22531_) Behavior(Map<MemoryModuleType<?>, MemoryStatus> p_22533_, int p_22534_, int p_22535_) GateBehavior(Map<MemoryModuleType<?>, MemoryStatus> p_22873_, Set<MemoryModuleType<?>> p_22874_, GateBehavior.OrderPolicy p_22875_, GateBehavior.RunningPolicy p_22876_, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> p_22877_) RunOne(Map<MemoryModuleType<?>, MemoryStatus> p_23834_, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> p_23835_) 
- 
Uses of MemoryStatus in net.minecraft.world.entity.ai.behavior.declarativeMethods in net.minecraft.world.entity.ai.behavior.declarative that return MemoryStatus
- 
Uses of MemoryStatus in net.minecraft.world.entity.ai.memoryMethods in net.minecraft.world.entity.ai.memory that return MemoryStatusModifier and TypeMethodDescriptionstatic MemoryStatusReturns the enum constant of this class with the specified name.static MemoryStatus[]MemoryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.