Commits

md_5 authored db2ee1f9776
SPIGOT-1468: ENDER_PEARL SpawnReason
No tags

src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java

Modified
161 161 SILVERFISH_BLOCK,
162 162 /**
163 163 * When an entity spawns as a mount of another entity (mostly chicken
164 164 * jockeys)
165 165 */
166 166 MOUNT,
167 167 /**
168 168 * When an entity spawns as a trap for players approaching
169 169 */
170 170 TRAP,
171 + /**
172 + * When an entity is spawned as a result of ender pearl usage
173 + */
174 + ENDER_PEARL,
171 175 /**
172 176 * When a creature is spawned by plugins
173 177 */
174 178 CUSTOM,
175 179 /**
176 180 * When an entity is missing a SpawnReason
177 181 */
178 182 DEFAULT
179 183 }
180 184 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut