Equivalent to bukkit's StructureGrowEvent?

I guess this is a question relating to porting too… I’m trying to hook into an event that occurs when a sapling turns into a tree. I found FloraGrowEvent but this is more of a single block change event and it’s similar to BlockGrowEvent in bukkit. Is there a plan to add an event similar to StructureGrowEvent into the SpongeAPI? Have I somehow overlooked an equivalent event?

Thanks in advance!
– Timethor

2 Likes

I think its related to PR #204 and subsequently PR #205?
By the looks of it this isn’t a thing but you could always open another PR?