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<?> memoryType, MemoryStatus memoryStatus) Method parameters in net.minecraft.world.entity.ai with type arguments of type MemoryStatusModifier and TypeMethodDescriptionvoid
Brain.addActivityAndRemoveMemoriesWhenStopped
(Activity activity, com.google.common.collect.ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super E>>> tasks, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>> memorieStatuses, Set<MemoryModuleType<?>> memoryTypes) void
Brain.addActivityWithConditions
(Activity activity, com.google.common.collect.ImmutableList<? extends com.mojang.datafixers.util.Pair<Integer, ? extends BehaviorControl<? super E>>> tasks, Set<com.mojang.datafixers.util.Pair<MemoryModuleType<?>, MemoryStatus>> memoryStatuses) -
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> entryCondition) Behavior
(Map<MemoryModuleType<?>, MemoryStatus> entryCondition, int duration) Behavior
(Map<MemoryModuleType<?>, MemoryStatus> entryCondition, int minDuration, int maxDuration) GateBehavior
(Map<MemoryModuleType<?>, MemoryStatus> entryCondition, Set<MemoryModuleType<?>> exitErasedMemories, GateBehavior.OrderPolicy orderPolicy, GateBehavior.RunningPolicy runningPolicy, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> durations) RunOne
(Map<MemoryModuleType<?>, MemoryStatus> entryCondition, List<com.mojang.datafixers.util.Pair<? extends BehaviorControl<? super E>, Integer>> durations) -
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.