Mana Pool¶
Picture
Mod: Botania
Block: Any mana pool
Mana pools can store mana. They're also used to craft items.
Functions¶
Function | Returns | Description |
---|---|---|
getMana() | int | Returns the stored mana. |
getMaxMana() | int | Returns the capacity for mana. |
getManaNeeded() | int | Returns the amount which is needed to fill the pool. |
isEmpty() | boolean | Returns true if the spreader is empty. |
isFull() | boolean | Returns true if the spreader is full. |
Changelog/Trivia¶
0.7.4r
Added getManaNeeded
to the mana pool integration
0.6b Added integration for Botania