Record Class InvertedLootCondition

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

public record InvertedLootCondition(LootCondition term) extends Record implements LootCondition
Mappings:
Namespace Name
named net/minecraft/loot/condition/InvertedLootCondition
intermediary net/minecraft/class_207
official eut
named term
intermediary comp_1873
official b
  • Field Details

    • term

      private final LootCondition term
      The field for the term record component.
    • CODEC

      public static final com.mojang.serialization.MapCodec<InvertedLootCondition> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/loot/condition/InvertedLootCondition;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_45865 Lnet/minecraft/class_207;field_45865:Lcom/mojang/serialization/MapCodec;
      official a Leut;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • InvertedLootCondition

      public InvertedLootCondition(LootCondition term)
      Creates an instance of a InvertedLootCondition record class.
      Parameters:
      term - the value for the term record component
  • Method Details

    • getType

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

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/loot/condition/InvertedLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
      intermediary method_888 Lnet/minecraft/class_207;method_888(Lnet/minecraft/class_47;)Z
      official a Leut;a(Lerl;)Z
    • getRequiredParameters

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

      public void validate(LootTableReporter reporter)
      Specified by:
      validate in interface LootContextAware
      Mappings:
      Namespace Name Mixin selector
      named validate Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
      intermediary method_292 Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V
      official a Lerm;a(Lerr;)V
    • builder

      public static LootCondition.Builder builder(LootCondition.Builder term)
      Mappings:
      Namespace Name Mixin selector
      named builder Lnet/minecraft/loot/condition/InvertedLootCondition;builder(Lnet/minecraft/loot/condition/LootCondition$Builder;)Lnet/minecraft/loot/condition/LootCondition$Builder;
      intermediary method_889 Lnet/minecraft/class_207;method_889(Lnet/minecraft/class_5341$class_210;)Lnet/minecraft/class_5341$class_210;
      official a Leut;a(Leuw$a;)Leuw$a;
    • 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.
    • term

      public LootCondition term()
      Returns the value of the term record component.
      Returns:
      the value of the term record component