/** * 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 a * Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License * (http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB) * * File Created @ [Nov 3, 2014, 2:59:55 PM (GMT)] */ package pixlepix.auracascade.lexicon; /** * A LexiconPage that implements this has two unlocalized names * rather than one. (See brew pages) */ public interface ITwoNamedPage { String getSecondUnlocalizedName(); void setSecondUnlocalizedName(String name); }