mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44: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
|
* Triggered when a entity is created in the world by a player "placing" an item
|
||||||
* on a block.
|
* on a block.
|
||||||
* <br>
|
* <br>
|
||||||
* Note that this event is currently only fired for two specific placements:
|
* Note that this event is currently only fired for three specific placements:
|
||||||
* armor stands, and end crystals.
|
* armor stands, minecarts, and end crystals.
|
||||||
*
|
*
|
||||||
* @deprecated draft API
|
* @deprecated draft API
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue