mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
SPIGOT-4584: Call events for hatching turtle eggs
By: Brokkonaut <hannos17@gmx.de>
This commit is contained in:
parent
92e73f0542
commit
6cfba952ab
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue