Uses of Class
net.minecraft.entity.ai.brain.Memory
Packages that use Memory
-
Uses of Memory in net.minecraft.entity.ai.brain
Fields in net.minecraft.entity.ai.brain with type parameters of type MemoryModifier and TypeFieldDescriptionprivate final Map<MemoryModuleType<?>,Optional<? extends Memory<?>>> Brain.memoriesBrain.MemoryCodec.valueMethods in net.minecraft.entity.ai.brain that return MemoryModifier and TypeMethodDescriptionstatic <T> Memory<T>Memory.of(T p_234068_0_) static <T> Memory<T>Memory.of(T p_234069_0_, long p_234069_1_) Methods in net.minecraft.entity.ai.brain that return types with arguments of type MemoryModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<Memory<T>>Memory.codec(com.mojang.serialization.Codec<T> p_234066_0_) Method parameters in net.minecraft.entity.ai.brain with type arguments of type MemoryModifier and TypeMethodDescriptionprivate static <U> Brain.MemoryCodec<U>Brain.MemoryCodec.createUnchecked(MemoryModuleType<U> p_233743_0_, Optional<? extends Memory<?>> p_233743_1_) private <U> voidBrain.setMemoryInternal(MemoryModuleType<U> p_233709_1_, Optional<? extends Memory<?>> p_233709_2_) Constructor parameters in net.minecraft.entity.ai.brain with type arguments of type MemoryModifierConstructorDescriptionprivateMemoryCodec(MemoryModuleType<U> p_i231496_1_, Optional<? extends Memory<U>> p_i231496_2_) -
Uses of Memory in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type MemoryMethods in net.minecraft.entity.ai.brain.memory that return types with arguments of type Memory