Class EntityAttributesS2CPacket.Entry
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket.Entry
- Enclosing class:
EntityAttributesS2CPacket
- Mappings:
Namespace Name official add$a
intermediary net/minecraft/class_2781$class_2782
named net/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry
-
Field Summary
Modifier and TypeFieldDescriptionprivate final EntityAttribute
private final double
private final Collection<EntityAttributeModifier>
-
Constructor Summary
ConstructorDescriptionEntry
(EntityAttribute attribute, double baseValue, Collection<EntityAttributeModifier> modifiers) -
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Field Details
-
attribute
- Mappings:
Namespace Name Mixin selector official a
Ladd$a;a:Lbnm;
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
Ladd$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
- Mappings:
Namespace Name Mixin selector official c
Ladd$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>
Ladd$a;<init>(Lbnm;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
-
getAttribute
- Mappings:
Namespace Name Mixin selector official a
Ladd$a;a()Lbnm;
intermediary method_11940
Lnet/minecraft/class_2781$class_2782;method_11940()Lnet/minecraft/class_1320;
named getAttribute
Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getAttribute()Lnet/minecraft/entity/attribute/EntityAttribute;
-
getBaseValue
public double getBaseValue()- Mappings:
Namespace Name Mixin selector official b
Ladd$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
- Mappings:
Namespace Name Mixin selector official c
Ladd$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;
-