summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/block/Block.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/block/Block.java')
-rw-r--r--src/main/java/org/bukkit/block/Block.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/block/Block.java b/src/main/java/org/bukkit/block/Block.java
index 6041a66c..46a29d3d 100644
--- a/src/main/java/org/bukkit/block/Block.java
+++ b/src/main/java/org/bukkit/block/Block.java
@@ -308,7 +308,10 @@ public interface Block extends Metadatable {
boolean isLiquid();
/**
- * Gets the temperature of the biome of this block
+ * Gets the temperature of this block.
+ * <p>
+ * If the raw biome temperature without adjusting for height effects is
+ * required then please use {@link World#getTemperature(int, int)}.
*
* @return Temperature of this block
*/