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 Type
    Method
    Description
    void
    onDissolveTick(ManaPool pool, net.minecraft.world.entity.item.ItemEntity item)
    Called for every tick the item is on a mana pool.
  • Method Details

    • onDissolveTick

      void onDissolveTick(ManaPool pool, net.minecraft.world.entity.item.ItemEntity item)
      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.