Formatted code

This commit is contained in:
yueh
2015-12-24 02:03:16 +01:00
parent e94a0cfccf
commit c9e8a6e939
216 changed files with 1196 additions and 1187 deletions
@@ -1,3 +1,4 @@
package appeng.decorative.stair;
@@ -23,14 +24,14 @@ import appeng.decorative.solid.Identifier;
*/
public enum DecorativeStairIdentifier implements Identifier
{
FLUIX("stair.fluix"),
CHISELED_CERTUS_QUARTZ("stair.quartz.certus.chiseled"),
CERTUS_QUARTZ("stair.quartz.certus"),
CERTUS_QUARTZ_PILLAR("stair.quartz.certus.pillar"),
SKYSTONE("stair.skystone"),
SKYSTONE_BLOCK("stair.skystone.block"),
SKYSTONE_BRICK("stair.skystone.brick"),
SKYSTONE_SMALL_BRICK("stair.skystone.brick.small");
FLUIX( "stair.fluix" ),
CHISELED_CERTUS_QUARTZ( "stair.quartz.certus.chiseled" ),
CERTUS_QUARTZ( "stair.quartz.certus" ),
CERTUS_QUARTZ_PILLAR( "stair.quartz.certus.pillar" ),
SKYSTONE( "stair.skystone" ),
SKYSTONE_BLOCK( "stair.skystone.block" ),
SKYSTONE_BRICK( "stair.skystone.brick" ),
SKYSTONE_SMALL_BRICK( "stair.skystone.brick.small" );
private final String name;
@@ -1,3 +1,4 @@
package appeng.decorative.stair;
@@ -1,3 +1,4 @@
package appeng.decorative.stair;
@@ -1,3 +1,4 @@
package appeng.decorative.stair;
@@ -1,3 +1,4 @@
package appeng.decorative.stair;
@@ -1,3 +1,4 @@
package appeng.decorative.stair;