Package net.minecraft.entity.ai.brain
Record Class MemoryQuery.Value<Value>
java.lang.Object
java.lang.Record
net.minecraft.entity.ai.brain.MemoryQuery.Value<Value>
- Record Components:
- memory-
- All Implemented Interfaces:
- MemoryQuery<com.mojang.datafixers.kinds.IdF.Mu,- Value> 
- Enclosing interface:
- MemoryQuery<F extends com.mojang.datafixers.kinds.K1,- Value> 
public static record MemoryQuery.Value<Value>(MemoryModuleType<Value> memory)
extends Record
implements MemoryQuery<com.mojang.datafixers.kinds.IdF.Mu,Value> 
A query that succeeds if a value is present in the memory. The result is the queried value.
- See Also:
- Mappings:
- Namespace - Name - official - blf$b- intermediary - net/minecraft/class_7907$class_7909- named - net/minecraft/entity/ai/brain/MemoryQuery$Value- official - a- intermediary - comp_1151- named - memory
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.entity.ai.brain.MemoryQueryMemoryQuery.Absent<Value>, MemoryQuery.Optional<Value>, MemoryQuery.Value<Value>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final MemoryModuleType<Value>The field for thememoryrecord component.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.getState()final inthashCode()Returns a hash code value for this object.memory()MemoryQueryResult<com.mojang.datafixers.kinds.IdF.Mu,Value> toQueryResult(Brain<?> brain, Optional<Value> value) final StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.entity.ai.brain.MemoryQuerytoQueryResult
- 
Field Details- 
memoryThe field for thememoryrecord component.
 
- 
- 
Constructor Details- 
Value
 
- 
- 
Method Details- 
getState- Specified by:
- getStatein interface- MemoryQuery<com.mojang.datafixers.kinds.IdF.Mu,- Value> 
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lblf;b()Lbpc;- intermediary - method_47254- Lnet/minecraft/class_7907;method_47254()Lnet/minecraft/class_4141;- named - getState- Lnet/minecraft/entity/ai/brain/MemoryQuery;getState()Lnet/minecraft/entity/ai/brain/MemoryModuleState;
 
- 
toQueryResultpublic MemoryQueryResult<com.mojang.datafixers.kinds.IdF.Mu,Value> toQueryResult(Brain<?> brain, Optional<Value> value) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lblf;a(Lbha;Ljava/util/Optional;)Lble;- intermediary - method_47253- Lnet/minecraft/class_7907;method_47253(Lnet/minecraft/class_4095;Ljava/util/Optional;)Lnet/minecraft/class_7906;- named - toQueryResult- Lnet/minecraft/entity/ai/brain/MemoryQuery;toQueryResult(Lnet/minecraft/entity/ai/brain/Brain;Ljava/util/Optional;)Lnet/minecraft/entity/ai/brain/MemoryQueryResult;
 
- 
toStringReturns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
- 
hashCodepublic final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
- 
equalsIndicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object).
- 
memory- Specified by:
- memoryin interface- MemoryQuery<com.mojang.datafixers.kinds.IdF.Mu,- Value> 
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lblf;a()Lbpb;- intermediary - comp_1151- Lnet/minecraft/class_7907;comp_1151()Lnet/minecraft/class_4140;- named - memory- Lnet/minecraft/entity/ai/brain/MemoryQuery;memory()Lnet/minecraft/entity/ai/brain/MemoryModuleType;
 
 
-