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.ai
Fields 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.activityRequirements
Methods in net.minecraft.world.entity.ai with parameters of type MemoryStatusModifier and TypeMethodDescriptionboolean
Brain.checkMemory
(MemoryModuleType<?> pMemoryType, MemoryStatus pMemoryStatus) Method parameters in net.minecraft.world.entity.ai with type arguments of type MemoryStatusModifier and TypeMethodDescriptionvoid
Brain.addActivityAndRemoveMemoriesWhenStopped
(Activity pActivity, ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super E>>> pTasks, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>> pMemorieStatuses, Set<MemoryModuleType<?>> pMemoryTypes) void
Brain.addActivityWithConditions
(Activity pActivity, ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super E>>> pTasks, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>> pMemoryStatuses) -
Uses of MemoryStatus in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior with type parameters of type MemoryStatusModifier and TypeFieldDescriptionprotected final Map
<MemoryModuleType<?>, MemoryStatus> Behavior.entryCondition
private final Map
<MemoryModuleType<?>, MemoryStatus> GateBehavior.entryCondition
Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type MemoryStatusModifierConstructorDescriptionBehavior
(Map<MemoryModuleType<?>, MemoryStatus> pEntryCondition) Behavior
(Map<MemoryModuleType<?>, MemoryStatus> pEntryCondition, int pDuration) Behavior
(Map<MemoryModuleType<?>, MemoryStatus> pEntryCondition, int pMinDuration, int pMaxDuration) GateBehavior
(Map<MemoryModuleType<?>, MemoryStatus> pEntryCondition, Set<MemoryModuleType<?>> pExitErasedMemories, GateBehavior.OrderPolicy pOrderPolicy, GateBehavior.RunningPolicy pRunningPolicy, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> pDurations) RunOne
(Map<MemoryModuleType<?>, MemoryStatus> pEntryCondition, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> pDurations) -
Uses of MemoryStatus in net.minecraft.world.entity.ai.behavior.declarative
Methods in net.minecraft.world.entity.ai.behavior.declarative that return MemoryStatus -
Uses of MemoryStatus in net.minecraft.world.entity.ai.memory
Methods in net.minecraft.world.entity.ai.memory that return MemoryStatusModifier and TypeMethodDescriptionstatic MemoryStatus
Returns 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.