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> pMemoryType, Optional<? extends ExpirableValue<?>> pMemory) 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<?>> pMemoryModuleTypes, Collection<? extends SensorType<? extends Sensor<? super E>>> pSensorTypes, ImmutableList<Brain.MemoryValue<?>> pMemoryValues, Supplier<com.mojang.serialization.Codec<Brain<E>>> pCodec)