geforkt von Mirrors/Paper
Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744
By: EvilSeph <evilseph@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
67439804f4
Commit
6e0bd25f52
@ -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
|
||||
*/
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren