13
0
geforkt von Mirrors/Paper

Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790

By: feildmaster <admin@feildmaster.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2012-04-14 00:53:52 -05:00
Ursprung e115cf3efa
Commit df4bc1e67a

Datei anzeigen

@ -139,6 +139,10 @@ public class CreatureSpawnEvent extends EntityEvent implements Cancellable {
* When an animal breeds to create a child
*/
BREEDING,
/**
* When a slime splits
*/
SLIME_SPLIT,
/**
* When a creature is manually spawned
*/