Skip to content

Commit

Permalink
Add entity spawns reason link
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 30, 2015
1 parent 8ee9e5f commit c2ac9f4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -91,9 +91,10 @@ public void breakDown() {
// @Triggers when an entity spawns.
// @Context
// <context.entity> returns the dEntity that spawned.
// <context.reason> returns the reason the entity spawned.
// <context.location> returns the location the entity will spawn at.
// <context.cuboids> returns a list of cuboids that the entity spawned inside.
// <context.reason> returns the reason the entity spawned.
// Reasons: <@link url https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html>
//
// @Determine
// "CANCELLED" to stop the entity from spawning.
Expand Down

0 comments on commit c2ac9f4

Please sign in to comment.