Package net.minecraft
Record Class class_9660
java.lang.Object
java.lang.Record
net.minecraft.class_9660
- Record Components:
c-d-
- All Implemented Interfaces:
ComponentSubPredicate<ArmorTrim>,ItemSubPredicate
public record class_9660(Optional<RegistryEntryList<ArmorTrimMaterial>> c, Optional<RegistryEntryList<ArmorTrimPattern>> d)
extends Record
implements ComponentSubPredicate<ArmorTrim>
- Mappings:
Namespace Name named net/minecraft/class_9660intermediary net/minecraft/class_9660official csnamed cintermediary comp_2638official cnamed dintermediary comp_2639official d
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.predicate.item.ItemSubPredicate
ItemSubPredicate.Type<T extends ItemSubPredicate> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Optional<RegistryEntryList<ArmorTrimMaterial>> The field for thecrecord component.private final Optional<RegistryEntryList<ArmorTrimPattern>> The field for thedrecord component.static final com.mojang.serialization.Codec<class_9660> Fields inherited from interface net.minecraft.predicate.item.ItemSubPredicate
PREDICATES_MAP_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionclass_9660(Optional<RegistryEntryList<ArmorTrimMaterial>> optional, Optional<RegistryEntryList<ArmorTrimPattern>> optional2) -
Method Summary
Modifier and TypeMethodDescriptionc()Returns the value of thecrecord component.d()Returns the value of thedrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleanfinal StringtoString()Returns a string representation of this record class.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.predicate.item.ComponentSubPredicate
test
-
Field Details
-
c
The field for thecrecord component. -
d
The field for thedrecord component. -
field_51394
- Mappings:
Namespace Name Mixin selector named field_51394Lnet/minecraft/class_9660;field_51394:Lcom/mojang/serialization/Codec;intermediary field_51394Lnet/minecraft/class_9660;field_51394:Lcom/mojang/serialization/Codec;official aLcs;a:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
class_9660
public class_9660(Optional<RegistryEntryList<ArmorTrimMaterial>> optional, Optional<RegistryEntryList<ArmorTrimPattern>> optional2)
-
-
Method Details
-
getComponentType
- Specified by:
getComponentTypein interfaceComponentSubPredicate<ArmorTrim>- Mappings:
Namespace Name Mixin selector named getComponentTypeLnet/minecraft/predicate/item/ComponentSubPredicate;getComponentType()Lnet/minecraft/component/DataComponentType;intermediary method_58163Lnet/minecraft/class_9365;method_58163()Lnet/minecraft/class_9331;official aLds;a()Lkl;
-
test
- Specified by:
testin interfaceComponentSubPredicate<ArmorTrim>- Mappings:
Namespace Name Mixin selector named testLnet/minecraft/class_9660;test(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/trim/ArmorTrim;)Zintermediary method_59686Lnet/minecraft/class_9660;method_59686(Lnet/minecraft/class_1799;Lnet/minecraft/class_8053;)Zofficial aLcs;a(Lcuk;Lcwo;)Z
-
toString
Returns 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. -
hashCode
public 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. -
equals
Indicates 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). -
c
Returns the value of thecrecord component.- Returns:
- the value of the
crecord component
-
d
Returns the value of thedrecord component.- Returns:
- the value of the
drecord component
-