public class LegendarySpawnEvent
extends net.minecraftforge.fml.common.eventhandler.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.
|
Modifier | Constructor and Description |
---|---|
protected |
LegendarySpawnEvent(AbstractSpawner spawner) |
public final AbstractSpawner spawner
protected LegendarySpawnEvent(AbstractSpawner spawner)