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$aintermediary net/minecraft/class_2781$class_2782named net/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry
-
Field Summary
Fields Modifier and Type Field Description private doublebaseValueprivate EntityAttributeidprivate Collection<EntityAttributeModifier>modifiers -
Constructor Summary
Constructors Constructor Description Entry(EntityAttribute entityAttribute, double double2, Collection<EntityAttributeModifier> collection) -
Method Summary
Modifier and Type Method Description doublegetBaseValue()EntityAttributegetId()Collection<EntityAttributeModifier>getModifiers()
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector official bLsm$a;b:Lasd;intermediary field_12724Lnet/minecraft/class_2781$class_2782;field_12724:Lnet/minecraft/class_1320;named idLnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;id:Lnet/minecraft/entity/attribute/EntityAttribute;
-
baseValue
private final double baseValue- Mappings:
Namespace Name Mixin selector official cLsm$a;c:Dintermediary field_12722Lnet/minecraft/class_2781$class_2782;field_12722:Dnamed baseValueLnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;baseValue:D
-
modifiers
- Mappings:
Namespace Name Mixin selector official dLsm$a;d:Ljava/util/Collection;intermediary field_12723Lnet/minecraft/class_2781$class_2782;field_12723:Ljava/util/Collection;named modifiersLnet/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;)Vintermediary <init>Lnet/minecraft/class_2781$class_2782;<init>(Lnet/minecraft/class_2781;Lnet/minecraft/class_1320;DLjava/util/Collection;)Vnamed <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 aLsm$a;a()Lasd;intermediary method_11940Lnet/minecraft/class_2781$class_2782;method_11940()Lnet/minecraft/class_1320;named getIdLnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getId()Lnet/minecraft/entity/attribute/EntityAttribute;
-
getBaseValue
public double getBaseValue()- Mappings:
Namespace Name Mixin selector official bLsm$a;b()Dintermediary method_11941Lnet/minecraft/class_2781$class_2782;method_11941()Dnamed getBaseValueLnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getBaseValue()D
-
getModifiers
- Mappings:
Namespace Name Mixin selector official cLsm$a;c()Ljava/util/Collection;intermediary method_11939Lnet/minecraft/class_2781$class_2782;method_11939()Ljava/util/Collection;named getModifiersLnet/minecraft/network/packet/s2c/play/EntityAttributesS2CPacket$Entry;getModifiers()Ljava/util/Collection;
-