General cleanup (deprecated+whitespace)

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-02-02 00:02:08 +01:00
parent b01fc3ffa8
commit 474817bf11
27 changed files with 224 additions and 244 deletions

View File

@@ -79,10 +79,10 @@ public interface Block {
* @return block type-id
*/
int getTypeId();
/**
* Gets the light level between 0-15
*
*
* @return light level
*/
byte getLightLevel();
@@ -187,17 +187,17 @@ public interface Block {
* @return Biome type containing this block
*/
Biome getBiome();
/**
* Returns true if the block is being powered by Redstone.
*
*
* @return
*/
boolean isBlockPowered();
/**
* Returns true if the block is being indirectly powered by Redstone.
*
*
* @return
*/
boolean isBlockIndirectlyPowered();