/** * 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 @ [Jan 24, 2015, 3:08:40 PM (GMT)] */ package vazkii.botania.api.item; /** * Base Interface for the Manaseer Monocle and items of the sort. * Having a IBauble of this type equipped on the 0th slot (amulet) * will draw bursts without depth testing and to see sub tile radiuses. */ public interface IBurstViewerBauble { }