Record Class EnchantmentActiveCheckLootCondition

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

public record EnchantmentActiveCheckLootCondition(boolean active) extends Record implements LootCondition
Mappings:
Namespace Name
named net/minecraft/loot/condition/EnchantmentActiveCheckLootCondition
intermediary net/minecraft/class_9752
official euw
named active
intermediary comp_2780
official b
  • Field Details

    • active

      private final boolean active
      The field for the active record component.
    • CODEC

      public static final com.mojang.serialization.MapCodec<EnchantmentActiveCheckLootCondition> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/loot/condition/EnchantmentActiveCheckLootCondition;CODEC:Lcom/mojang/serialization/MapCodec;
      intermediary field_51807 Lnet/minecraft/class_9752;field_51807:Lcom/mojang/serialization/MapCodec;
      official a Leuw;a:Lcom/mojang/serialization/MapCodec;
  • Constructor Details

    • EnchantmentActiveCheckLootCondition

      public EnchantmentActiveCheckLootCondition(boolean bool)
  • Method Details

    • test

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      named test Lnet/minecraft/loot/condition/EnchantmentActiveCheckLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
      intermediary method_60304 Lnet/minecraft/class_9752;method_60304(Lnet/minecraft/class_47;)Z
      official a Leuw;a(Lerr;)Z
    • 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 Levc;b()Levd;
    • 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 Lers;a()Ljava/util/Set;
    • requireActive

      public static LootCondition.Builder requireActive()
      Mappings:
      Namespace Name Mixin selector
      named requireActive Lnet/minecraft/loot/condition/EnchantmentActiveCheckLootCondition;requireActive()Lnet/minecraft/loot/condition/LootCondition$Builder;
      intermediary method_60305 Lnet/minecraft/class_9752;method_60305()Lnet/minecraft/class_5341$class_210;
      official c Leuw;c()Levc$a;
    • requireInactive

      public static LootCondition.Builder requireInactive()
      Mappings:
      Namespace Name Mixin selector
      named requireInactive Lnet/minecraft/loot/condition/EnchantmentActiveCheckLootCondition;requireInactive()Lnet/minecraft/loot/condition/LootCondition$Builder;
      intermediary method_60306 Lnet/minecraft/class_9752;method_60306()Lnet/minecraft/class_5341$class_210;
      official d Leuw;d()Levc$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 '=='.
      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.
    • active

      public boolean active()
      Returns the value of the active record component.
      Returns:
      the value of the active record component