summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/World.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/bukkit/World.java')
-rw-r--r--src/main/java/org/bukkit/World.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
index 89a08cc9..4a703ddb 100644
--- a/src/main/java/org/bukkit/World.java
+++ b/src/main/java/org/bukkit/World.java
@@ -1090,6 +1090,9 @@ public interface World extends PluginMessageRecipient, Metadatable {
* <p>
* It is safe to run this method when the block does not exist, it will
* not create the block.
+ * <p>
+ * This method will return the raw temperature without adjusting for block
+ * height effects.
*
* @param x X coordinate of the block
* @param z Z coordinate of the block