Package net.minecraft

Record Class class_9595

java.lang.Object
java.lang.Record
net.minecraft.class_9595
Record Components:
predicate -
All Implemented Interfaces:
Predicate<LootContext>, LootCondition, LootContextAware

public record class_9595(ItemPredicate predicate) extends Record implements LootCondition
Mappings:
Namespace Name
official euz
intermediary net/minecraft/class_9595
named net/minecraft/class_9595
official b
intermediary comp_2605
named predicate
  • Field Details

    • predicate

      private final ItemPredicate predicate
      The field for the predicate record component.
    • field_51055

      public static final com.mojang.serialization.Codec<class_9595> field_51055
      Mappings:
      Namespace Name Mixin selector
      official a Leuz;a:Lcom/mojang/serialization/Codec;
      intermediary field_51055 Lnet/minecraft/class_9595;field_51055:Lcom/mojang/serialization/Codec;
      named field_51055 Lnet/minecraft/class_9595;field_51055:Lcom/mojang/serialization/Codec;
  • Constructor Details

  • Method Details

    • getType

      public LootConditionType getType()
      Specified by:
      getType in interface LootCondition
      Mappings:
      Namespace Name Mixin selector
      official b Leuu;b()Leuv;
      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;
    • test

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      official a Leuz;a(Lerp;)Z
      intermediary method_59303 Lnet/minecraft/class_9595;method_59303(Lnet/minecraft/class_47;)Z
      named test Lnet/minecraft/class_9595;test(Lnet/minecraft/loot/context/LootContext;)Z
    • method_59302

      public static LootCondition.Builder method_59302(ItemConvertible itemConvertible)
      Mappings:
      Namespace Name Mixin selector
      official a Leuz;a(Ldbz;)Leuu$a;
      intermediary method_59302 Lnet/minecraft/class_9595;method_59302(Lnet/minecraft/class_1935;)Lnet/minecraft/class_5341$class_210;
      named method_59302 Lnet/minecraft/class_9595;method_59302(Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/loot/condition/LootCondition$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.
    • predicate

      public ItemPredicate predicate()
      Returns the value of the predicate record component.
      Returns:
      the value of the predicate record component