mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
SPIGOT-1468: ENDER_PEARL SpawnReason
This commit is contained in:
parent
5dd0935460
commit
db2ee1f977
1 changed files with 4 additions and 0 deletions
|
@ -168,6 +168,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||
* When an entity spawns as a trap for players approaching
|
||||
*/
|
||||
TRAP,
|
||||
/**
|
||||
* When an entity is spawned as a result of ender pearl usage
|
||||
*/
|
||||
ENDER_PEARL,
|
||||
/**
|
||||
* When a creature is spawned by plugins
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue