Record Class EntityScoresLootCondition

java.lang.Object
java.lang.Record
net.minecraft.loot.condition.EntityScoresLootCondition
Record Components:
scores -
entity -
All Implemented Interfaces:
Predicate<LootContext>, LootCondition, LootContextAware

public record EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> scores, LootContext.EntityTarget entity) extends Record implements LootCondition
Mappings:
Namespace Name
official ejq
intermediary net/minecraft/class_199
named net/minecraft/loot/condition/EntityScoresLootCondition
official b
intermediary comp_1871
named scores
official c
intermediary comp_1872
named entity
  • Field Details

    • scores

      private final Map<String,BoundedIntUnaryOperator> scores
      The field for the scores record component.
    • entity

      private final LootContext.EntityTarget entity
      The field for the entity record component.
    • CODEC

      public static final com.mojang.serialization.Codec<EntityScoresLootCondition> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lejq;a:Lcom/mojang/serialization/Codec;
      intermediary field_45863 Lnet/minecraft/class_199;field_45863:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/loot/condition/EntityScoresLootCondition;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • EntityScoresLootCondition

      public EntityScoresLootCondition(Map<String,BoundedIntUnaryOperator> scores, LootContext.EntityTarget target)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lejq;<init>(Ljava/util/Map;Legw$b;)V
      intermediary <init> Lnet/minecraft/class_199;<init>(Ljava/util/Map;Lnet/minecraft/class_47$class_50;)V
      named <init> Lnet/minecraft/loot/condition/EntityScoresLootCondition;<init>(Ljava/util/Map;Lnet/minecraft/loot/context/LootContext$EntityTarget;)V
  • Method Details

    • getType

      public LootConditionType getType()
      Specified by:
      getType in interface LootCondition
      Mappings:
      Namespace Name Mixin selector
      official b Lejv;b()Lejw;
      intermediary method_29325 Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;
      named getType Lnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
    • getRequiredParameters

      public Set<LootContextParameter<?>> getRequiredParameters()
      Specified by:
      getRequiredParameters in interface LootContextAware
      Mappings:
      Namespace Name Mixin selector
      official a Legx;a()Ljava/util/Set;
      intermediary method_293 Lnet/minecraft/class_46;method_293()Ljava/util/Set;
      named getRequiredParameters Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
    • test

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      official a Lejq;a(Legw;)Z
      intermediary method_864 Lnet/minecraft/class_199;method_864(Lnet/minecraft/class_47;)Z
      named test Lnet/minecraft/loot/condition/EntityScoresLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
    • entityScoreIsInRange

      protected boolean entityScoreIsInRange(LootContext context, Entity entity, Scoreboard scoreboard, String objectiveName, BoundedIntUnaryOperator range)
      Mappings:
      Namespace Name Mixin selector
      official a Lejq;a(Legw;Lblv;Lemx;Ljava/lang/String;Legv;)Z
      intermediary method_865 Lnet/minecraft/class_199;method_865(Lnet/minecraft/class_47;Lnet/minecraft/class_1297;Lnet/minecraft/class_269;Ljava/lang/String;Lnet/minecraft/class_42;)Z
      named entityScoreIsInRange Lnet/minecraft/loot/condition/EntityScoresLootCondition;entityScoreIsInRange(Lnet/minecraft/loot/context/LootContext;Lnet/minecraft/entity/Entity;Lnet/minecraft/scoreboard/Scoreboard;Ljava/lang/String;Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;)Z
    • create

      Mappings:
      Namespace Name Mixin selector
      official a Lejq;a(Legw$b;)Lejq$a;
      intermediary method_35557 Lnet/minecraft/class_199;method_35557(Lnet/minecraft/class_47$class_50;)Lnet/minecraft/class_199$class_6163;
      named create Lnet/minecraft/loot/condition/EntityScoresLootCondition;create(Lnet/minecraft/loot/context/LootContext$EntityTarget;)Lnet/minecraft/loot/condition/EntityScoresLootCondition$Builder;
    • 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.
    • scores

      Returns the value of the scores record component.
      Returns:
      the value of the scores record component
    • entity

      public LootContext.EntityTarget entity()
      Returns the value of the entity record component.
      Returns:
      the value of the entity record component