Uses of Class
net.minecraft.entity.ai.brain.Brain.MemoryEntry
Packages that use Brain.MemoryEntry
-
Uses of Brain.MemoryEntry in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain that return Brain.MemoryEntryModifier and TypeMethodDescription(package private) static <U> Brain.MemoryEntry<U>
Brain.MemoryEntry.of
(MemoryModuleType<U> type, Optional<? extends Memory<?>> data) Methods in net.minecraft.entity.ai.brain that return types with arguments of type Brain.MemoryEntryModifier and TypeMethodDescription(package private) Stream<Brain.MemoryEntry<?>>
Brain.streamMemories()
Constructor parameters in net.minecraft.entity.ai.brain with type arguments of type Brain.MemoryEntryModifierConstructorDescriptionBrain
(Collection<? extends MemoryModuleType<?>> memories, Collection<? extends SensorType<? extends Sensor<? super E>>> sensors, ImmutableList<Brain.MemoryEntry<?>> memoryEntries, Supplier<com.mojang.serialization.Codec<Brain<E>>> codecSupplier)