Package net.md_5.bungee.protocol.packet
Class EntityAttributes.Attribute
java.lang.Object
net.md_5.bungee.protocol.packet.EntityAttributes.Attribute
- Enclosing class:
- EntityAttributes
-
Constructor Summary
ConstructorsConstructorDescriptionAttribute(String key, double value, List<EntityAttributes.AttributeModifier> modifierList) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetKey()doublegetValue()inthashCode()voidvoidsetModifierList(List<EntityAttributes.AttributeModifier> modifierList) voidsetValue(double value) toString()
-
Constructor Details
-
Attribute
public Attribute() -
Attribute
-
-
Method Details