Merge pull request #530 from the-vindex/1.8-Rewrite

Eclipse and IDEA formatting and code clean up
This commit is contained in:
WayofTime 2016-01-01 07:44:19 -05:00
commit 3dbe281861
3 changed files with 9 additions and 7 deletions

View file

@ -5,6 +5,7 @@ import net.minecraft.util.BlockPos;
import java.util.ArrayList;
//@formatter:off
@Getter
public enum EnumAltarTier
{
@ -136,6 +137,7 @@ public enum EnumAltarTier
altarComponents.add(new AltarComponent(new BlockPos(i, -5, -11), EnumAltarComponent.BLOODRUNE).setUpgradeSlot());
}
}
//@formatter:on
};
public static final int MAXTIERS = values().length;