Record Class EntityEffectPredicate

java.lang.Object
java.lang.Record
net.minecraft.predicate.entity.EntityEffectPredicate
Record Components:
effects -

public record EntityEffectPredicate(Map<RegistryEntry<StatusEffect>,EntityEffectPredicate.EffectData> effects) extends Record
Mappings:
Namespace Name
official cl
intermediary net/minecraft/class_2102
named net/minecraft/predicate/entity/EntityEffectPredicate
official b
intermediary comp_1811
named effects
  • Field Details

    • effects

      The field for the effects record component.
    • CODEC

      public static final com.mojang.serialization.Codec<EntityEffectPredicate> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a:Lcom/mojang/serialization/Codec;
      intermediary field_45764 Lnet/minecraft/class_2102;field_45764:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/predicate/entity/EntityEffectPredicate;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • test

      public boolean test(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a(Lblv;)Z
      intermediary method_9062 Lnet/minecraft/class_2102;method_9062(Lnet/minecraft/class_1297;)Z
      named test Lnet/minecraft/predicate/entity/EntityEffectPredicate;test(Lnet/minecraft/entity/Entity;)Z
    • test

      public boolean test(LivingEntity livingEntity)
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a(Lbml;)Z
      intermediary method_9067 Lnet/minecraft/class_2102;method_9067(Lnet/minecraft/class_1309;)Z
      named test Lnet/minecraft/predicate/entity/EntityEffectPredicate;test(Lnet/minecraft/entity/LivingEntity;)Z
    • test

      public boolean test(Map<StatusEffect,StatusEffectInstance> effects)
      Mappings:
      Namespace Name Mixin selector
      official a Lcl;a(Ljava/util/Map;)Z
      intermediary method_9063 Lnet/minecraft/class_2102;method_9063(Ljava/util/Map;)Z
      named test Lnet/minecraft/predicate/entity/EntityEffectPredicate;test(Ljava/util/Map;)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.
    • effects

      Returns the value of the effects record component.
      Returns:
      the value of the effects record component