package WayofTime.alchemicalWizardry.common.tileEntity; import WayofTime.alchemicalWizardry.common.spell.complex.SpellParadigm; import WayofTime.alchemicalWizardry.common.spell.complex.enhancement.SpellEnhancement; import WayofTime.alchemicalWizardry.common.spell.complex.enhancement.SpellEnhancementCost; public class TESpellEnhancementBlock extends TESpellBlock { @Override protected void applySpellChange(SpellParadigm parad) { int i = -1; switch(this.enhancementType()) { case 0: i = parad.getBufferedEffectPower(); break; case 1: i = parad.getBufferedEffectCost(); break; case 2: i = parad.getBufferedEffectPotency(); break; } if(i!=-1 && i