summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main/java/org/bukkit/Block.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/Block.java b/src/main/java/org/bukkit/Block.java
index 7e8ec5d4..90d6523d 100644
--- a/src/main/java/org/bukkit/Block.java
+++ b/src/main/java/org/bukkit/Block.java
@@ -128,8 +128,9 @@ public interface Block {
* Sets the type-ID of this block
*
* @param type Type-ID to change this block to
+ * @return whether the block was changed
*/
- void setTypeID(int type);
+ boolean setTypeID(int type);
/**
* Gets the face relation of this block compared to the given block<br />