Eclipse and IDEA formatting settings and Prevent reformatting

EnumAltarTier so that IDEA doesn't mess with it
This commit is contained in:
Vindex 2016-01-01 10:06:57 +01:00 committed by boss
parent 65d75313cb
commit fa24ea4118
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;