reformat + optimize imports

This commit is contained in:
Raoul Van den Berge
2015-12-29 12:04:22 +01:00
parent 62d3f0436c
commit b4c3a32806
84 changed files with 178 additions and 281 deletions

View File

@@ -43,9 +43,9 @@ public abstract class BlockBase extends Block
protected BlockState createBlockState()
{
return new BlockState(this, new IProperty[]
{
DIRECTION,
});
{
DIRECTION,
});
}
@Override