/** * This class was created by <Vazkii>. It's distributed as * part of the Botania Mod. Get the Source Code in github: * https://github.com/Vazkii/Botania * * Botania is Open Source and distributed under the * Botania License: http://botaniamod.net/license.php * * File Created @ [08/12/2015, 18:10:29 (GMT)] */ package vazkii.botania.api.mana; /** * An item that implements this is an item that can give mana to other items. * This is used in botania for the terra shatterer to not be constantly * receiving mana from these items.. */ public interface IManaGivingItem { }