package WayofTime.alchemicalWizardry.api.altar; public interface IAltarComponent { EnumAltarComponent getType(int meta); }