Class LegendarySpawnEvent

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent
Direct Known Subclasses:
LegendarySpawnEvent.ChoosePlayer, LegendarySpawnEvent.DoSpawn

public abstract class LegendarySpawnEvent extends net.neoforged.bus.api.Event
Superclass event for legendary spawning under the Better Spawner.
  • Field Details

    • spawner

      public final AbstractSpawner spawner
      The spawner responsible for the action.
  • Constructor Details

    • LegendarySpawnEvent

      public LegendarySpawnEvent(AbstractSpawner spawner)