Uses of Class
net.minecraft.world.entity.ai.Brain.MemoryValue
-
Uses of Brain.MemoryValue in net.minecraft.world.entity.ai
Modifier and TypeMethodDescription(package private) static <U> Brain.MemoryValue<U>
Brain.MemoryValue.createUnchecked(MemoryModuleType<U> p_22060_, Optional<? extends ExpirableValue<?>> p_22061_)
Modifier and TypeMethodDescription(package private) Stream<Brain.MemoryValue<?>>
Brain.memories()
ModifierConstructorDescriptionBrain(Collection<? extends MemoryModuleType<?>> p_21855_, Collection<? extends SensorType<? extends Sensor<? super E>>> p_21856_, com.google.common.collect.ImmutableList<Brain.MemoryValue<?>> p_21857_, Supplier<com.mojang.serialization.Codec<Brain<E>>> p_21858_)