public abstract class LegendarySpawnEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
LegendarySpawnEvent.ChoosePlayer
Event fired when a
LegendarySpawner has selected which player to spawn a legendary near. |
static class |
LegendarySpawnEvent.DoSpawn
Event fired when a legendary Pokémon is spawned through any implementation of the Better Spawner.
|
Modifier and Type | Field and Description |
---|---|
AbstractSpawner |
spawner
The spawner responsible for the action.
|
Constructor and Description |
---|
LegendarySpawnEvent(AbstractSpawner spawner) |
public final AbstractSpawner spawner
public LegendarySpawnEvent(AbstractSpawner spawner)