Uses of Interface
net.minecraft.entity.ai.brain.MemoryQuery
Package
Description
This and its subpackages make up the brain system used by some modern Minecraft entities,
such as villagers, piglins, and axolotls.
-
Uses of MemoryQuery in net.minecraft.entity.ai.brain
Modifier and TypeClassDescriptionstatic final record
MemoryQuery.Absent<Value>
A query that succeeds if a value is not present in the memory.static final record
MemoryQuery.Optional<Value>
A query that always succeeds.static final record
MemoryQuery.Value<Value>
A query that succeeds if a value is present in the memory. -
Uses of MemoryQuery in net.minecraft.entity.ai.brain.task