[Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075

This commit is contained in:
Mike Primm
2012-03-04 10:40:27 -06:00
committed by EvilSeph
parent 52fcb63c8e
commit 2a310576d1
2 changed files with 17 additions and 3 deletions

View File

@@ -231,6 +231,13 @@ public interface Block extends Metadatable {
*/
Biome getBiome();
/**
* Sets the biome that this block resides in
*
* @param bio new Biome type for this block
*/
void setBiome(Biome bio);
/**
* Returns true if the block is being powered by Redstone.
*