Uses of Class
net.minecraft.entity.ai.brain.Brain.MemoryEntry
-
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)