mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR
This commit is contained in:
parent
f442a92c1e
commit
bf123c8b02
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* 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),
|
STRUCTURE_GROW(Category.WORLD),
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue