Package vazkii.botania.api.item
Interface ManaDissolvable
- All Known Implementing Classes:
BlackLotusItem
public interface ManaDissolvable
An item that implements this will have a function called when its standing atop
a mana pool.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDissolveTick(ManaPool pool, net.minecraft.world.entity.item.ItemEntity item) Called for every tick the item is on a mana pool.
-
Method Details
-
onDissolveTick
Called for every tick the item is on a mana pool. If the stack has stack size 0 the item is killed. This is called serverside.
-