#1095: Add CreatureSpawnEvent.SpawnReason.BUCKET

This commit is contained in:
orang3i 2025-03-26 03:05:00 +11:00 committed by md_5
parent a6e485c28b
commit 4ece6d0e2f
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -75,6 +75,10 @@ public class CreatureSpawnEvent extends EntitySpawnEvent {
* When a creature spawns from a Spawner Egg
*/
SPAWNER_EGG,
/**
* When a creature spawns from a mob bucket
*/
BUCKET,
/**
* When a creature spawns because of a lightning strike
*/