General cleanup (deprecated+whitespace)

This commit is contained in:
Erik Broes
2011-02-02 00:02:08 +01:00
parent 74929091b9
commit 8039c05c9f
27 changed files with 224 additions and 244 deletions

View File

@@ -1,5 +1,5 @@
/**
*
*
*/
package org.bukkit.event.block;
@@ -22,7 +22,7 @@ public class BlockCanBuildEvent extends BlockEvent {
/**
* Returns whether or not the block can be built here. By default, returns
* Minecraft's answer on whether the block can be built
*
*
* @return boolean whether or not the block can be built
*/
public boolean isBuildable() {