entity_spawn — Events

on entity_spawnorg.bukkit.event.entity.CreatureSpawnEvent
Entity1.0.0

Description

Fires when a creature spawns in the world.

Variables

entity
Entity
org.bukkit.entity.Entity
NullableNo

The entity that spawned

location
Location
org.bukkit.Location
NullableNo

The location where the entity spawned

Examples

on entity_spawn:

Related (Entity)