Record Class EntityEquipmentPredicate

java.lang.Object
java.lang.Record
net.minecraft.predicate.entity.EntityEquipmentPredicate
Record Components:
head -
chest -
legs -
feet -
body -
mainhand -
offhand -

public record EntityEquipmentPredicate(Optional<ItemPredicate> head, Optional<ItemPredicate> chest, Optional<ItemPredicate> legs, Optional<ItemPredicate> feet, Optional<ItemPredicate> body, Optional<ItemPredicate> mainhand, Optional<ItemPredicate> offhand) extends Record
Mappings:
Namespace Name
named net/minecraft/predicate/entity/EntityEquipmentPredicate
intermediary net/minecraft/class_3735
official br
named head
intermediary comp_1750
official b
named chest
intermediary comp_1751
official c
named legs
intermediary comp_1752
official d
named feet
intermediary comp_1753
official e
named body
intermediary comp_2620
official f
named mainhand
intermediary comp_1754
official g
named offhand
intermediary comp_1755
official h
  • Field Details

    • chest

      private final Optional<ItemPredicate> chest
      The field for the chest record component.
    • legs

      private final Optional<ItemPredicate> legs
      The field for the legs record component.
    • feet

      private final Optional<ItemPredicate> feet
      The field for the feet record component.
    • body

      private final Optional<ItemPredicate> body
      The field for the body record component.
    • mainhand

      private final Optional<ItemPredicate> mainhand
      The field for the mainhand record component.
    • offhand

      private final Optional<ItemPredicate> offhand
      The field for the offhand record component.
    • CODEC

      public static final com.mojang.serialization.Codec<EntityEquipmentPredicate> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/predicate/entity/EntityEquipmentPredicate;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_45744 Lnet/minecraft/class_3735;field_45744:Lcom/mojang/serialization/Codec;
      official a Lbr;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • ominousBannerOnHead

      public static EntityEquipmentPredicate ominousBannerOnHead(RegistryEntryLookup<BannerPattern> bannerPatternLookup)
      Mappings:
      Namespace Name Mixin selector
      named ominousBannerOnHead Lnet/minecraft/predicate/entity/EntityEquipmentPredicate;ominousBannerOnHead(Lnet/minecraft/registry/RegistryEntryLookup;)Lnet/minecraft/predicate/entity/EntityEquipmentPredicate;
      intermediary method_58057 Lnet/minecraft/class_3735;method_58057(Lnet/minecraft/class_7871;)Lnet/minecraft/class_3735;
      official a Lbr;a(Ljj;)Lbr;
    • test

      public boolean test(@Nullable @Nullable Entity entity)
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/predicate/entity/EntityEquipmentPredicate;test(Lnet/minecraft/entity/Entity;)Z
      intermediary method_16226 Lnet/minecraft/class_3735;method_16226(Lnet/minecraft/class_1297;)Z
      official a Lbr;a(Lbsw;)Z
    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object object)
      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 with Objects::equals(Object,Object).
      Specified by:
      equals in class Record
      Parameters:
      object - the object with which to compare
      Returns:
      true if this object is the same as the object argument; false otherwise.
    • head

      public Optional<ItemPredicate> head()
      Returns the value of the head record component.
      Returns:
      the value of the head record component
    • chest

      public Optional<ItemPredicate> chest()
      Returns the value of the chest record component.
      Returns:
      the value of the chest record component
    • legs

      public Optional<ItemPredicate> legs()
      Returns the value of the legs record component.
      Returns:
      the value of the legs record component
    • feet

      public Optional<ItemPredicate> feet()
      Returns the value of the feet record component.
      Returns:
      the value of the feet record component
    • body

      public Optional<ItemPredicate> body()
      Returns the value of the body record component.
      Returns:
      the value of the body record component
    • mainhand

      public Optional<ItemPredicate> mainhand()
      Returns the value of the mainhand record component.
      Returns:
      the value of the mainhand record component
    • offhand

      public Optional<ItemPredicate> offhand()
      Returns the value of the offhand record component.
      Returns:
      the value of the offhand record component