/******************************************************************************* * 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; import com.shinoow.abyssalcraft.api.ritual.NecronomiconCreationRitual; import com.shinoow.abyssalcraft.api.ritual.NecronomiconRitual; /** * * Any {@link NecronomiconRitual} that implements this interface is<br> * hidden from the Necronomicon and the JEI plugin (if it's an instance of {@link NecronomiconCreationRitual}) * @author shinoow * */ public interface IHiddenRitual { }