Standardized indentation to 4 spaces

This commit is contained in:
durron597
2011-01-01 06:53:56 -05:00
parent f1d0d1fcd2
commit 61bea9e7d0
16 changed files with 168 additions and 169 deletions

View File

@@ -30,13 +30,13 @@ public class SampleBlockListener extends BlockListener {
}
}
}
@Override
public void onBlockCanBuild(BlockCanBuildEvent event) {
Material mat = event.getMaterial();
if (mat.equals(Material.Cactus)) {
event.setBuildable(true);
}
Material mat = event.getMaterial();
if (mat.equals(Material.Cactus)) {
event.setBuildable(true);
}
}
}