public class CumulativeAttributes extends Object
Constructor and Description |
---|
CumulativeAttributes(double date) |
Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
Object |
getAny(String key) |
Iterable<String> |
getAttributes() |
int |
getAttributesCount() |
Iterable<CumulativeSpells.Spell> |
getAttributeSpells(String key) |
void |
remove() |
void |
remove(String key) |
void |
set(String key,
Object value) |
String |
toString() |
void |
updateDate(double date) |
public Iterable<CumulativeSpells.Spell> getAttributeSpells(String key)
public int getAttributesCount()
public void remove(String key)
public void remove()
public void updateDate(double date)
Copyright © 2015. All rights reserved.