Package net.minecraft.predicate.item
Record Class AttributeModifiersPredicate
java.lang.Object
java.lang.Record
net.minecraft.predicate.item.AttributeModifiersPredicate
- Record Components:
- modifiers-
- All Implemented Interfaces:
- ComponentSubPredicate<AttributeModifiersComponent>,- ItemSubPredicate
public record AttributeModifiersPredicate(Optional<CollectionPredicate<AttributeModifiersComponent.Entry,AttributeModifiersPredicate.AttributeModifierPredicate>> modifiers)
extends Record
implements ComponentSubPredicate<AttributeModifiersComponent> 
- Mappings:
- Namespace - Name - named - net/minecraft/predicate/item/AttributeModifiersPredicate- intermediary - net/minecraft/class_9653- official - ck- named - modifiers- intermediary - comp_2623- official - c
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final recordNested classes/interfaces inherited from interface net.minecraft.predicate.item.ItemSubPredicateItemSubPredicate.Type<T extends ItemSubPredicate>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<AttributeModifiersPredicate> private final Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> The field for themodifiersrecord component.Fields inherited from interface net.minecraft.predicate.item.ItemSubPredicatePREDICATES_MAP_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionAttributeModifiersPredicate(Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> optional) 
- 
Method SummaryModifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> Returns the value of themodifiersrecord component.booleantest(ItemStack itemStack, AttributeModifiersComponent attributeModifiersComponent) 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.predicate.item.ComponentSubPredicatetest
- 
Field Details- 
modifiersprivate final Optional<CollectionPredicate<AttributeModifiersComponent.Entry,AttributeModifiersPredicate.AttributeModifierPredicate>> modifiersThe field for themodifiersrecord component.
- 
CODEC- Mappings:
- Namespace - Name - Mixin selector - named - CODEC- Lnet/minecraft/predicate/item/AttributeModifiersPredicate;CODEC:Lcom/mojang/serialization/Codec;- intermediary - field_51378- Lnet/minecraft/class_9653;field_51378:Lcom/mojang/serialization/Codec;- official - a- Lck;a:Lcom/mojang/serialization/Codec;
 
 
- 
- 
Constructor Details- 
AttributeModifiersPredicatepublic AttributeModifiersPredicate(Optional<CollectionPredicate<AttributeModifiersComponent.Entry, AttributeModifiersPredicate.AttributeModifierPredicate>> optional) 
 
- 
- 
Method Details- 
getComponentType- Specified by:
- getComponentTypein interface- ComponentSubPredicate<AttributeModifiersComponent>
- Mappings:
- Namespace - Name - Mixin selector - named - getComponentType- Lnet/minecraft/predicate/item/ComponentSubPredicate;getComponentType()Lnet/minecraft/component/ComponentType;- intermediary - method_58163- Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/class_9331;- official - a- Lea;a()Lku;
 
- 
test- Specified by:
- testin interface- ComponentSubPredicate<AttributeModifiersComponent>
- Mappings:
- Namespace - Name - Mixin selector - named - test- Lnet/minecraft/predicate/item/AttributeModifiersPredicate;test(Lnet/minecraft/item/ItemStack;Lnet/minecraft/component/type/AttributeModifiersComponent;)Z- intermediary - method_59669- Lnet/minecraft/class_9653;method_59669(Lnet/minecraft/class_1799;Lnet/minecraft/class_9285;)Z- official - a- Lck;a(Lcwq;Lczh;)Z
 
- 
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).
- 
modifierspublic Optional<CollectionPredicate<AttributeModifiersComponent.Entry,AttributeModifiersPredicate.AttributeModifierPredicate>> modifiers()Returns the value of themodifiersrecord component.- Returns:
- the value of the modifiersrecord component
 
 
-