Uses of Record Class
net.minecraft.world.entity.ai.memory.MemoryMap.Value
Packages that use MemoryMap.Value
-
Uses of MemoryMap.Value in net.minecraft.world.entity.ai
Methods in net.minecraft.world.entity.ai with parameters of type MemoryMap.ValueModifier and TypeMethodDescriptionprivate <U> voidBrain.setMemoryInternal(MemoryMap.Value<U> value) -
Uses of MemoryMap.Value in net.minecraft.world.entity.ai.memory
Classes in net.minecraft.world.entity.ai.memory that implement interfaces with type arguments of type MemoryMap.ValueMethods in net.minecraft.world.entity.ai.memory that return MemoryMap.ValueModifier and TypeMethodDescriptionstatic <U> MemoryMap.Value<U> MemoryMap.Value.createUnchecked(MemoryModuleType<U> type, ExpirableValue<?> value) Methods in net.minecraft.world.entity.ai.memory that return types with arguments of type MemoryMap.ValueMethod parameters in net.minecraft.world.entity.ai.memory with type arguments of type MemoryMap.ValueModifier and TypeMethodDescriptionstatic MemoryMapMemoryMap.of(Stream<MemoryMap.Value<?>> memories)