Record Class SetAttributesLootFunction.Attribute

java.lang.Object
java.lang.Record
net.minecraft.loot.function.SetAttributesLootFunction.Attribute
Record Components:
id -
attribute -
operation -
amount -
slots -
Enclosing class:
SetAttributesLootFunction

private static record SetAttributesLootFunction.Attribute(Identifier id, RegistryEntry<EntityAttribute> attribute, EntityAttributeModifier.Operation operation, LootNumberProvider amount, List<AttributeModifierSlot> slots) extends Record
Mappings:
Namespace Name
named net/minecraft/loot/function/SetAttributesLootFunction$Attribute
intermediary net/minecraft/class_137$class_138
official etk$b
named id
intermediary comp_1864
official b
named attribute
intermediary comp_1860
official c
named operation
intermediary comp_1861
official d
named amount
intermediary comp_1862
official e
named slots
intermediary comp_1863
official f
  • Field Details

    • id

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

      private final RegistryEntry<EntityAttribute> attribute
      The field for the attribute record component.
    • operation

      private final EntityAttributeModifier.Operation operation
      The field for the operation record component.
    • amount

      private final LootNumberProvider amount
      The field for the amount record component.
    • slots

      private final List<AttributeModifierSlot> slots
      The field for the slots record component.
    • EQUIPMENT_SLOT_LIST_CODEC

      private static final com.mojang.serialization.Codec<List<AttributeModifierSlot>> EQUIPMENT_SLOT_LIST_CODEC
      Mappings:
      Namespace Name Mixin selector
      named EQUIPMENT_SLOT_LIST_CODEC Lnet/minecraft/loot/function/SetAttributesLootFunction$Attribute;EQUIPMENT_SLOT_LIST_CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_45838 Lnet/minecraft/class_137$class_138;field_45838:Lcom/mojang/serialization/Codec;
      official g Letk$b;g:Lcom/mojang/serialization/Codec;
    • CODEC

      public static final com.mojang.serialization.Codec<SetAttributesLootFunction.Attribute> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/loot/function/SetAttributesLootFunction$Attribute;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_45837 Lnet/minecraft/class_137$class_138;field_45837:Lcom/mojang/serialization/Codec;
      official a Letk$b;a:Lcom/mojang/serialization/Codec;
  • Constructor Details

    • Attribute

      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/loot/function/SetAttributesLootFunction$Attribute;<init>(Lnet/minecraft/util/Identifier;Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/entity/attribute/EntityAttributeModifier$Operation;Lnet/minecraft/loot/provider/number/LootNumberProvider;Ljava/util/List;)V
      intermediary <init> Lnet/minecraft/class_137$class_138;<init>(Lnet/minecraft/class_2960;Lnet/minecraft/class_6880;Lnet/minecraft/class_1322$class_1323;Lnet/minecraft/class_5658;Ljava/util/List;)V
      official <init> Letk$b;<init>(Lakr;Ljm;Lbuu$a;Levy;Ljava/util/List;)V
  • Method Details

    • 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
    • attribute

      public RegistryEntry<EntityAttribute> attribute()
      Returns the value of the attribute record component.
      Returns:
      the value of the attribute record component
    • operation

      Returns the value of the operation record component.
      Returns:
      the value of the operation record component
    • amount

      public LootNumberProvider amount()
      Returns the value of the amount record component.
      Returns:
      the value of the amount record component
    • slots

      public List<AttributeModifierSlot> slots()
      Returns the value of the slots record component.
      Returns:
      the value of the slots record component