SPIGOT-794: Call EntityPlaceEvent for Minecart placement

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-12-27 10:45:59 +11:00
parent da2bb47f1b
commit 6a8b528359

View file

@ -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
*/