public interface IAuraContainer
| Modifier and Type | Method and Description |
|---|---|
int |
drainAura(int amountToDrain,
boolean simulate) |
int |
getAuraColor() |
int |
getMaxAura() |
int |
getStoredAura() |
boolean |
isAcceptableType(IAuraType type) |
int |
storeAura(int amountToStore,
boolean simulate) |
int storeAura(int amountToStore,
boolean simulate)
int drainAura(int amountToDrain,
boolean simulate)
int getStoredAura()
int getMaxAura()
int getAuraColor()
boolean isAcceptableType(IAuraType type)