Class EntityAttributesS2CPacket.Entry
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket.Entry
- Enclosing class:
- EntityAttributesS2CPacket
public class EntityAttributesS2CPacket.Entry extends Object
- Mappings:
Namespace Name official sm$a
intermediary net/minecraft/class_2781$class_2782
named net/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry
-
Field Summary
Fields Modifier and Type Field Description private double
baseValue
private EntityAttribute
id
private Collection<EntityAttributeModifier>
modifiers
-
Constructor Summary
Constructors Constructor Description Entry(EntityAttribute entityAttribute, double double2, Collection<EntityAttributeModifier> collection)
-
Method Summary
Modifier and Type Method Description double
getBaseValue()
EntityAttribute
getId()
Collection<EntityAttributeModifier>
getModifiers()
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official b
Lsm$a;b:Lasd;
intermediary field_12724
Lnet/minecraft/class_2781$class_2782;field_12724:Lnet/minecraft/class_1320;
named id
Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;id:Lnet/minecraft/entity/attribute/EntityAttribute;
-
baseValue
private final double baseValue- Mappings:
Namespace Name Mixin selector official c
Lsm$a;c: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 d
Lsm$a;d: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 entityAttribute, double double2, Collection<EntityAttributeModifier> collection)- Mappings:
Namespace Name Mixin selector official <init>
Lsm$a;<init>(Lsm;Lasd;DLjava/util/Collection;)V
intermediary <init>
Lnet/minecraft/class_2781$class_2782;<init>(Lnet/minecraft/class_2781;Lnet/minecraft/class_1320;DLjava/util/Collection;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;<init>(Lnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket;Lnet/minecraft/entity/attribute/EntityAttribute;DLjava/util/Collection;)V
-
-
Method Details
-
getId
- Mappings:
Namespace Name Mixin selector official a
Lsm$a;a()Lasd;
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
Lsm$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
Lsm$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;
-