mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -597,7 +597,7 @@ public abstract class Event implements Serializable {
|
||||
/**
|
||||
* Called when an organic structure attempts to grow (Sapling -> Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.
|
||||
*
|
||||
* @see org.bukkit.event.world.TreeGrowEvent
|
||||
* @see org.bukkit.event.world.StructureGrowEvent
|
||||
*/
|
||||
STRUCTURE_GROW(Category.WORLD),
|
||||
/**
|
||||
|
Reference in New Issue
Block a user