Class EntityAttributesS2CPacket.Entry

java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket.Entry
Enclosing class:
EntityAttributesS2CPacket

public static class EntityAttributesS2CPacket.Entry extends Object
Mappings:
Namespace Name
official yj$a
intermediary net/minecraft/class_2781$class_2782
named net/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry
  • Field Details

    • attribute

      private final EntityAttribute attribute
      Mappings:
      Namespace Name Mixin selector
      official a Lyj$a;a:Lbfe;
      intermediary field_12724 Lnet/minecraft/class_2781$class_2782;field_12724:Lnet/minecraft/class_1320;
      named attribute Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;attribute:Lnet/minecraft/entity/attribute/EntityAttribute;
    • baseValue

      private final double baseValue
      Mappings:
      Namespace Name Mixin selector
      official b Lyj$a;b:D
      intermediary field_12722 Lnet/minecraft/class_2781$class_2782;field_12722:D
      named baseValue Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;baseValue:D
    • modifiers

      private final Collection<EntityAttributeModifier> modifiers
      Mappings:
      Namespace Name Mixin selector
      official c Lyj$a;c:Ljava/util/Collection;
      intermediary field_12723 Lnet/minecraft/class_2781$class_2782;field_12723:Ljava/util/Collection;
      named modifiers Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;modifiers:Ljava/util/Collection;
  • Constructor Details

    • Entry

      public Entry(EntityAttribute attribute, double baseValue, Collection<EntityAttributeModifier> modifiers)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lyj$a;<init>(Lbfe;DLjava/util/Collection;)V
      intermediary <init> Lnet/minecraft/class_2781$class_2782;<init>(Lnet/minecraft/class_1320;DLjava/util/Collection;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;<init>(Lnet/minecraft/entity/attribute/EntityAttribute;DLjava/util/Collection;)V
  • Method Details

    • getId

      public EntityAttribute getId()
      Mappings:
      Namespace Name Mixin selector
      official a Lyj$a;a()Lbfe;
      intermediary method_11940 Lnet/minecraft/class_2781$class_2782;method_11940()Lnet/minecraft/class_1320;
      named getId Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getId()Lnet/minecraft/entity/attribute/EntityAttribute;
    • getBaseValue

      public double getBaseValue()
      Mappings:
      Namespace Name Mixin selector
      official b Lyj$a;b()D
      intermediary method_11941 Lnet/minecraft/class_2781$class_2782;method_11941()D
      named getBaseValue Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getBaseValue()D
    • getModifiers

      public Collection<EntityAttributeModifier> getModifiers()
      Mappings:
      Namespace Name Mixin selector
      official c Lyj$a;c()Ljava/util/Collection;
      intermediary method_11939 Lnet/minecraft/class_2781$class_2782;method_11939()Ljava/util/Collection;
      named getModifiers Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getModifiers()Ljava/util/Collection;