Skip to content

Commit

Permalink
Add SpawnReason for Entity Reinforcements. Fixes BUKKIT-4744
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilSeph committed Sep 11, 2013
1 parent 6d03f7a commit 26038ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/bukkit/event/entity/CreatureSpawnEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ public enum SpawnReason {
* When a slime splits
*/
SLIME_SPLIT,
/**
* When an entity calls for reinforcements
*/
REINFORCEMENTS,
/**
* When a creature is spawned by plugins
*/
Expand Down

0 comments on commit 26038ce

Please sign in to comment.