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 boolean
boolean
getKey()
double
getValue()
int
hashCode()
void
void
setModifierList
(List<EntityAttributes.AttributeModifier> modifierList) void
setValue
(double value) toString()
-
Constructor Details
-
Attribute
public Attribute() -
Attribute
-
-
Method Details