Uses of Class
net.minecraft.entity.ai.brain.Brain.MemoryCodec
Packages that use Brain.MemoryCodec
-
Uses of Brain.MemoryCodec in net.minecraft.entity.ai.brain
Methods in net.minecraft.entity.ai.brain that return Brain.MemoryCodecModifier and TypeMethodDescriptionprivate static <U> Brain.MemoryCodec<U>
Brain.MemoryCodec.createUnchecked
(MemoryModuleType<U> p_233743_0_, Optional<? extends Memory<?>> p_233743_1_) Methods in net.minecraft.entity.ai.brain that return types with arguments of type Brain.MemoryCodecConstructor parameters in net.minecraft.entity.ai.brain with type arguments of type Brain.MemoryCodecModifierConstructorDescriptionBrain
(Collection<? extends MemoryModuleType<?>> p_i231494_1_, Collection<? extends SensorType<? extends Sensor<? super E>>> p_i231494_2_, com.google.common.collect.ImmutableList<Brain.MemoryCodec<?>> p_i231494_3_, Supplier<com.mojang.serialization.Codec<Brain<E>>> p_i231494_4_)