mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Made iron golems fire CreatureSpawn event. Fixes BUKKIT-1089
By: EvilSeph <evilseph@gmail.com>
This commit is contained in:
@@ -120,6 +120,14 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
|
||||
* When a snowman is spawned by being built
|
||||
*/
|
||||
BUILD_SNOWMAN,
|
||||
/**
|
||||
* When an iron golem is spawned by being built
|
||||
*/
|
||||
BUILD_IRONGOLEM,
|
||||
/**
|
||||
* When an iron golem is spawned to defend a village
|
||||
*/
|
||||
VILLAGE_DEFENSE,
|
||||
/**
|
||||
* When a creature is manually spawned
|
||||
*/
|
||||
|
Reference in New Issue
Block a user