mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-14 13:43:55 +01:00
[ci skip] Fix JavaDocs for HeightMap#MOTION_BLOCKING_NO_LEAVES (#11291)
This commit is contained in:
parent
3ab4933ea3
commit
d80cafec08
1 changed files with 14 additions and 0 deletions
|
@ -74,6 +74,20 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
* @param z Z-coordinate (0-15)
|
||||
* @return temperature at given coordinate
|
||||
*/
|
||||
diff --git a/src/main/java/org/bukkit/HeightMap.java b/src/main/java/org/bukkit/HeightMap.java
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/org/bukkit/HeightMap.java
|
||||
+++ b/src/main/java/org/bukkit/HeightMap.java
|
||||
@@ -0,0 +0,0 @@ public enum HeightMap {
|
||||
*/
|
||||
MOTION_BLOCKING,
|
||||
/**
|
||||
- * The highest block that blocks motion or contains a fluid or is in the
|
||||
- * {@link Tag#LEAVES}.
|
||||
+ * The highest block that blocks motion or contains a fluid, excluding leaves.
|
||||
*/
|
||||
MOTION_BLOCKING_NO_LEAVES,
|
||||
/**
|
||||
diff --git a/src/main/java/org/bukkit/Particle.java b/src/main/java/org/bukkit/Particle.java
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/org/bukkit/Particle.java
|
||||
|
|
Loading…
Reference in a new issue