public class Attribute extends Object
Constructor and Description |
---|
Attribute(AttributeKey key,
double value) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
AttributeKey |
getKey() |
List<AttributeModifier> |
getModifierList() |
double |
getValue() |
int |
hashCode() |
void |
setModifierList(List<AttributeModifier> modifierList) |
String |
toString() |
public Attribute(AttributeKey key, double value)
public AttributeKey getKey()
public double getValue()
public List<AttributeModifier> getModifierList()
public void setModifierList(List<AttributeModifier> modifierList)
protected boolean canEqual(Object other)
Copyright © 2019–2022. All rights reserved.