Uses of Class
net.minecraft.entity.ai.brain.Brain.MemoryEntry
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 Brain.MemoryEntry in net.minecraft.entity.ai.brain
Modifier and TypeMethodDescription(package private) static <U> Brain.MemoryEntry<U>
Brain.MemoryEntry.of
(MemoryModuleType<U> type, Optional<? extends Memory<?>> data) Modifier and TypeMethodDescription(package private) Stream<Brain.MemoryEntry<?>>
Brain.streamMemories()
ModifierConstructorDescriptionBrain
(Collection<? extends MemoryModuleType<?>> memories, Collection<? extends SensorType<? extends Sensor<? super E>>> sensors, ImmutableList<Brain.MemoryEntry<?>> memoryEntries, Supplier<com.mojang.serialization.Codec<Brain<E>>> codecSupplier)