Class LegendarySpawnEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent
- Direct Known Subclasses:
LegendarySpawnEvent.ChoosePlayer
,LegendarySpawnEvent.DoSpawn
public abstract class LegendarySpawnEvent
extends net.minecraftforge.eventbus.api.Event
Superclass event for legendary spawning under the Better Spawner.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Event fired when aLegendarySpawner
has selected which player to spawn a legendary near.static class
Event fired when a legendary Pokémon is spawned through any implementation of the Better Spawner.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
spawner
The spawner responsible for the action.
-
-
Constructor Details
-
LegendarySpawnEvent
-