Record Class FishingRodHookedCriterion.Conditions

java.lang.Object
java.lang.Record
net.minecraft.advancement.criterion.FishingRodHookedCriterion.Conditions
Record Components:
getPlayerPredicate -
rod -
hookedEntity -
caughtItem -
All Implemented Interfaces:
AbstractCriterion.Conditions, CriterionConditions
Enclosing class:
FishingRodHookedCriterion

public static record FishingRodHookedCriterion.Conditions(Optional<LootContextPredicate> getPlayerPredicate, Optional<ItemPredicate> rod, Optional<LootContextPredicate> hookedEntity, Optional<ItemPredicate> caughtItem) extends Record implements AbstractCriterion.Conditions
Mappings:
Namespace Name
official bv$a
intermediary net/minecraft/class_2058$class_2060
named net/minecraft/advancement/criterion/FishingRodHookedCriterion$Conditions
official b
intermediary comp_2029
named getPlayerPredicate
official c
intermediary comp_2054
named rod
official d
intermediary comp_2055
named hookedEntity
official e
intermediary comp_2056
named caughtItem
  • Field Details

    • getPlayerPredicate

      private final Optional<LootContextPredicate> getPlayerPredicate
      The field for the getPlayerPredicate record component.
    • rod

      private final Optional<ItemPredicate> rod
      The field for the rod record component.
    • hookedEntity

      private final Optional<LootContextPredicate> hookedEntity
      The field for the hookedEntity record component.
    • caughtItem

      private final Optional<ItemPredicate> caughtItem
      The field for the caughtItem record component.
    • field_47259

      public static final com.mojang.serialization.Codec<FishingRodHookedCriterion.Conditions> field_47259
      Mappings:
      Namespace Name Mixin selector
      official a Lbv$a;a:Lcom/mojang/serialization/Codec;
      intermediary field_47259 Lnet/minecraft/class_2058$class_2060;field_47259:Lcom/mojang/serialization/Codec;
      named field_47259 Lnet/minecraft/advancement/criterion/FishingRodHookedCriterion$Conditions;field_47259:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • Conditions

      public Conditions(Optional<LootContextPredicate> playerPredicate, Optional<ItemPredicate> rod, Optional<LootContextPredicate> hookedEntity, Optional<ItemPredicate> caughtItem)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbv$a;<init>(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)V
      intermediary <init> Lnet/minecraft/class_2058$class_2060;<init>(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)V
      named <init> Lnet/minecraft/advancement/criterion/FishingRodHookedCriterion$Conditions;<init>(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)V
  • Method Details

    • create

      Mappings:
      Namespace Name Mixin selector
      official a Lbv$a;a(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)Lan;
      intermediary method_8947 Lnet/minecraft/class_2058$class_2060;method_8947(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/class_175;
      named create Lnet/minecraft/advancement/criterion/FishingRodHookedCriterion$Conditions;create(Ljava/util/Optional;Ljava/util/Optional;Ljava/util/Optional;)Lnet/minecraft/advancement/AdvancementCriterion;
    • matches

      public boolean matches(ItemStack rodStack, LootContext hookedEntity, Collection<ItemStack> fishingLoots)
      Mappings:
      Namespace Name Mixin selector
      official a Lbv$a;a(Lcmh;Lege;Ljava/util/Collection;)Z
      intermediary method_27810 Lnet/minecraft/class_2058$class_2060;method_27810(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;Ljava/util/Collection;)Z
      named matches Lnet/minecraft/advancement/criterion/FishingRodHookedCriterion$Conditions;matches(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;Ljava/util/Collection;)Z
    • method_54938

      public void method_54938(class_8944 class_8944)
      Specified by:
      method_54938 in interface AbstractCriterion.Conditions
      Specified by:
      method_54938 in interface CriterionConditions
      Mappings:
      Namespace Name Mixin selector
      official a Laq;a(Lbc;)V
      intermediary method_54938 Lnet/minecraft/class_184;method_54938(Lnet/minecraft/class_8944;)V
      named method_54938 Lnet/minecraft/advancement/criterion/CriterionConditions;method_54938(Lnet/minecraft/class_8944;)V
    • 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.
    • getPlayerPredicate

      public Optional<LootContextPredicate> getPlayerPredicate()
      Specified by:
      getPlayerPredicate in interface AbstractCriterion.Conditions
      Mappings:
      Namespace Name Mixin selector
      official a Lcv$a;a()Ljava/util/Optional;
      intermediary comp_2029 Lnet/minecraft/class_4558$class_8788;comp_2029()Ljava/util/Optional;
      named getPlayerPredicate Lnet/minecraft/advancement/criterion/AbstractCriterion$Conditions;getPlayerPredicate()Ljava/util/Optional;
    • rod

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

      public Optional<LootContextPredicate> hookedEntity()
      Returns the value of the hookedEntity record component.
      Returns:
      the value of the hookedEntity record component
    • caughtItem

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