Uses of Class
net.minecraft.entity.ai.brain.Brain.MemoryCodec
-
Packages that use Brain.MemoryCodec Package Description net.minecraft.entity.ai.brain -
-
Uses of Brain.MemoryCodec in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain that return Brain.MemoryCodec Modifier and Type Method Description private static <U> Brain.MemoryCodec<U>
Brain.MemoryCodec. createUnchecked(MemoryModuleType<U> p_233743_0_, java.util.Optional<? extends Memory<?>> p_233743_1_)
Methods in net.minecraft.entity.ai.brain that return types with arguments of type Brain.MemoryCodec Modifier and Type Method Description private java.util.stream.Stream<Brain.MemoryCodec<?>>
Brain. memories()
Constructor parameters in net.minecraft.entity.ai.brain with type arguments of type Brain.MemoryCodec Constructor Description Brain(java.util.Collection<? extends MemoryModuleType<?>> p_i231494_1_, java.util.Collection<? extends SensorType<? extends Sensor<? super E>>> p_i231494_2_, com.google.common.collect.ImmutableList<Brain.MemoryCodec<?>> p_i231494_3_, java.util.function.Supplier<com.mojang.serialization.Codec<Brain<E>>> p_i231494_4_)
-