Record Class ReferenceLootCondition

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

public record ReferenceLootCondition(Identifier id) extends Record implements LootCondition
Mappings:
Namespace Name
official ejn
intermediary net/minecraft/class_4568
named net/minecraft/loot/condition/ReferenceLootCondition
official b
intermediary comp_1869
named id
  • Field Details

    • id

      private final Identifier id
      The field for the id record component.
    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official c Lejn;c:Lorg/slf4j/Logger;
      intermediary field_20763 Lnet/minecraft/class_4568;field_20763:Lorg/slf4j/Logger;
      named LOGGER Lnet/minecraft/loot/condition/ReferenceLootCondition;LOGGER:Lorg/slf4j/Logger;
    • CODEC

      public static final com.mojang.serialization.Codec<ReferenceLootCondition> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lejn;a:Lcom/mojang/serialization/Codec;
      intermediary field_45861 Lnet/minecraft/class_4568;field_45861:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/loot/condition/ReferenceLootCondition;CODEC:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • ReferenceLootCondition

      public ReferenceLootCondition(Identifier id)
      Creates an instance of a ReferenceLootCondition record class.
      Parameters:
      id - the value for the id record component
  • 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;
    • validate

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

      public boolean test(LootContext lootContext)
      Specified by:
      test in interface Predicate<LootContext>
      Mappings:
      Namespace Name Mixin selector
      official a Lejn;a(Legw;)Z
      intermediary method_22579 Lnet/minecraft/class_4568;method_22579(Lnet/minecraft/class_47;)Z
      named test Lnet/minecraft/loot/condition/ReferenceLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
    • builder

      public static LootCondition.Builder builder(Identifier id)
      Mappings:
      Namespace Name Mixin selector
      official a Lejn;a(Lahg;)Lejv$a;
      intermediary method_35555 Lnet/minecraft/class_4568;method_35555(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5341$class_210;
      named builder Lnet/minecraft/loot/condition/ReferenceLootCondition;builder(Lnet/minecraft/util/Identifier;)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.
    • id

      public Identifier id()
      Returns the value of the id record component.
      Returns:
      the value of the id record component