Class EntityAttributesS2CPacket.Entry
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttributesS2CPacket.Entry
- Enclosing class:
- EntityAttributesS2CPacket
public class EntityAttributesS2CPacket.Entry extends Object
-
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
-
baseValue
private final double baseValue -
modifiers
-
-
Constructor Details
-
Entry
public Entry(EntityAttribute entityAttribute, double double2, Collection<EntityAttributeModifier> collection)
-
-
Method Details
-
getId
-
getBaseValue
public double getBaseValue() -
getModifiers
-