mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
SPIGOT-794: Call EntityPlaceEvent for Minecart placement
By: md_5 <git@md-5.net>
This commit is contained in:
parent
da2bb47f1b
commit
6a8b528359
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ import org.bukkit.event.HandlerList;
|
|||
* 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 two specific placements:
|
||||
* armor stands, and end crystals.
|
||||
* Note that this event is currently only fired for three specific placements:
|
||||
* armor stands, minecarts, and end crystals.
|
||||
*
|
||||
* @deprecated draft API
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue