SPIGOT-4584: Call events for hatching turtle eggs

By: Brokkonaut <hannos17@gmx.de>
This commit is contained in:
Bukkit/Spigot 2019-01-18 02:57:27 +01:00
parent 92e73f0542
commit 6cfba952ab
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ import org.bukkit.event.HandlerList;
* <li>Ice melting due to being near a light source.
* <li>Fire burning out after time, without destroying fuel block.
* <li>Coral fading to dead coral due to lack of water</li>
* <li>Turtle Egg bursting when a turtle hatches</li>
* </ul>
* <p>
* If a Block Fade event is cancelled, the block will not fade, melt or

View file

@ -15,6 +15,7 @@ import org.bukkit.event.HandlerList;
* <li>Cactus
* <li>Watermelon
* <li>Pumpkin
* <li>Turtle Egg
* </ul>
* <p>
* If a Block Grow event is cancelled, the block will not grow.