mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 03:05:52 -07:00
@@ -161,6 +161,14 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
|
||||
* When eg an effect cloud is spawned as a result of a creeper exploding
|
||||
*/
|
||||
EXPLOSION,
|
||||
/**
|
||||
* When an entity is spawned as part of a raid
|
||||
*/
|
||||
RAID,
|
||||
/**
|
||||
* When an entity is spawned as part of a patrol
|
||||
*/
|
||||
PATROL,
|
||||
/**
|
||||
* When a creature is spawned by plugins
|
||||
*/
|
||||
|
Reference in New Issue
Block a user