mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
SPIGOT-4584: Call events for hatching turtle eggs
This commit is contained in:
parent
f54588bdfb
commit
c64197df52
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…
Add table
Reference in a new issue