Uses of Class
net.minecraft.world.entity.ai.Brain.MemoryValue
Packages that use Brain.MemoryValue
-
Uses of Brain.MemoryValue in net.minecraft.world.entity.ai
Methods in net.minecraft.world.entity.ai that return Brain.MemoryValueModifier and TypeMethodDescription(package private) static <U> Brain.MemoryValue
<U> Brain.MemoryValue.createUnchecked
(MemoryModuleType<U> memoryType, Optional<? extends ExpirableValue<?>> memory) Methods in net.minecraft.world.entity.ai that return types with arguments of type Brain.MemoryValueModifier and TypeMethodDescription(package private) Stream
<Brain.MemoryValue<?>> Brain.memories()
Constructor parameters in net.minecraft.world.entity.ai with type arguments of type Brain.MemoryValueModifierConstructorDescriptionBrain
(Collection<? extends MemoryModuleType<?>> memoryModuleTypes, Collection<? extends SensorType<? extends Sensor<? super E>>> sensorTypes, com.google.common.collect.ImmutableList<Brain.MemoryValue<?>> memoryValues, Supplier<com.mojang.serialization.Codec<Brain<E>>> codec)