Uses of Class
net.minecraft.entity.ai.brain.Brain.MemoryEntry
Package | Description |
---|---|
net.minecraft.entity.ai.brain |
-
Uses of Brain.MemoryEntry in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain that return Brain.MemoryEntry Modifier and Type Method Description 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.MemoryEntry Modifier and Type Method Description private Stream<Brain.MemoryEntry<?>>
Brain. streamMemories()
Constructor parameters in net.minecraft.entity.ai.brain with type arguments of type Brain.MemoryEntry Constructor Description Brain(Collection<? extends MemoryModuleType<?>> memories, Collection<? extends SensorType<? extends Sensor<? super E>>> sensors, ImmutableList<Brain.MemoryEntry<?>> memoryEntries, Supplier<com.mojang.serialization.Codec<Brain<E>>> codecSupplier)