[SPIGOT-4547] Call EntitySpawnEvent For Falling Blocks Created: 23/Dec/18 Updated: 25/Dec/18 Resolved: 25/Dec/18 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | New Feature | Priority: | Minor |
Reporter: | Trent Christofferson | Assignee: | md_5 |
Resolution: | Fixed | Votes: | 0 |
Labels: | 1.13.2, EventHandler, Events, spigot |
Version: | git-Spigot-573cdf2-dff66df (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT) |
Guidelines Read: | Yes |
Description |
When listening to EntitySpawnEvent I noticed that when falling blocks are spawned the event isn't called. I was wondering if falling blocks could be included in this event. I was using World#spawnFallingBlock to spawn it. |