[Bleeding] Add APIs for editing biome data. Addresses BUKKIT-1075
By: Mike Primm <mike@primmhome.com>
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user