History - net.minecraft.entity.ai.brain.Memory
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
net.minecraft.world.entity.ai.memory.MemorySlot
net.minecraft.class_4831
net.minecraft.entity.ai.brain.Memory
Fields
long: NEVER_EXPIRE, field_1_1524, UNTIMED
T: value, field_22330, value
long: timeToLive, field_22331, expiry
Constructors
(T, long)
Methods
void (): tick, method_24913, tick
<T> Memory<T> (): create, method_1_1817, empty
void (T, long): set, method_1_1820, set
void (T): set, method_1_1819, set
void (): clear, method_1_1816, reset
boolean (): hasValue, method_1_1818, hasValue
T (): value, method_24637, getValue
boolean (): canExpire, method_24914, isTimed
boolean (): hasExpired, method_24634, isExpired
long (): timeToLive, method_35127, getExpiry
void (MemoryModuleType<T>, Brain$MemoryConsumer): visit, method_1_1821, callMemoryConsumer