mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-794: Add boats to EntityPlaceEvent
This commit is contained in:
parent
c36d90a603
commit
3aa8286b32
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ import org.jetbrains.annotations.Nullable;
|
|||
* Triggered when a entity is created in the world by a player "placing" an item
|
||||
* on a block.
|
||||
* <br>
|
||||
* Note that this event is currently only fired for three specific placements:
|
||||
* armor stands, minecarts, and end crystals.
|
||||
* Note that this event is currently only fired for four specific placements:
|
||||
* armor stands, boats, minecarts, and end crystals.
|
||||
*
|
||||
* @deprecated draft API
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue