mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
parent
67439804f4
commit
6e0bd25f52
1 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
|||
* When a slime splits
|
||||
*/
|
||||
SLIME_SPLIT,
|
||||
/**
|
||||
* When an entity calls for reinforcements
|
||||
*/
|
||||
REINFORCEMENTS,
|
||||
/**
|
||||
* When a creature is spawned by plugins
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue