public class NaturalAuraContainer extends BasicAuraContainer implements ISpotDrainable
aura, maxAura, type| Constructor and Description |
|---|
NaturalAuraContainer(IAuraType type,
int aura,
int drainAmount) |
| Modifier and Type | Method and Description |
|---|---|
int |
drainAuraPassively(int amountToDrain,
boolean simulate) |
int |
storeAura(int amountToStore,
boolean simulate) |
drainAura, getAuraColor, getMaxAura, getStoredAura, isAcceptableType, readNBT, writeNBTclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrainAura, getAuraColor, getMaxAura, getStoredAura, isAcceptableTypepublic NaturalAuraContainer(IAuraType type, int aura, int drainAmount)
public int storeAura(int amountToStore,
boolean simulate)
storeAura in interface IAuraContainerstoreAura in class BasicAuraContainerpublic int drainAuraPassively(int amountToDrain,
boolean simulate)
drainAuraPassively in interface ISpotDrainable