Uses of Class
net.minecraft.world.entity.ai.memory.MemoryMap
Packages that use MemoryMap
-
Uses of MemoryMap in net.minecraft.world.entity.ai
Fields in net.minecraft.world.entity.ai declared as MemoryMapModifier and TypeFieldDescriptionprivate final MemoryMapBrain.Packed.memoriesThe field for thememoriesrecord component.Methods in net.minecraft.world.entity.ai that return MemoryMapModifier and TypeMethodDescriptionBrain.Packed.memories()Returns the value of thememoriesrecord component.Constructors in net.minecraft.world.entity.ai with parameters of type MemoryMapModifierConstructorDescriptionprotectedBrain(Collection<? extends MemoryModuleType<?>> memoryTypes, Collection<? extends SensorType<? extends Sensor<? super E>>> sensorTypes, List<ActivityData<E>> activities, MemoryMap memories, RandomSource randomSource) Creates an instance of aPackedrecord class. -
Uses of MemoryMap in net.minecraft.world.entity.ai.memory
Fields in net.minecraft.world.entity.ai.memory declared as MemoryMapFields in net.minecraft.world.entity.ai.memory with type parameters of type MemoryMapModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MemoryMap> MemoryMap.CODECMethods in net.minecraft.world.entity.ai.memory that return MemoryMap