SPIGOT-4570: Add FluidLevelChangeEvent

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-01-08 21:23:05 +11:00
parent 0102a2b399
commit 98f0d85f7a
2 changed files with 72 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ package org.bukkit.block.data;
* to "falling" fluids. All falling fluids have the same behaviour, but the
* level corresponds to that of the block above them, equal to
* <code>this.level - 8</code>
* <b>Note that counterintuitively, an adjusted level of 1 is the highest level,
* whilst 7 is the lowest.</b>
* <br>
* May not be higher than {@link #getMaximumLevel()}.
*/