/******************************************************************************* * AbyssalCraft * Copyright (c) 2012 - 2017 Shinoow. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/lgpl-3.0.txt * * Contributors: * Shinoow - implementation ******************************************************************************/ package com.shinoow.abyssalcraft.lib.util.blocks; /** * Internal interface for Ritual Pedestals TE's<br> * This shouldn't be used by other mods.<br> * This interface exists in case I add more methods to the pedestals * @author shinoow * */ public interface IRitualPedestal extends ISingletonInventory { }