Class RandomizeRaidAllyEvent

java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidAllyEvent
Direct Known Subclasses:
RandomizeRaidAllyEvent.SelectAlliesEvent, RandomizeRaidAllyEvent.SelectAllyEvent

public abstract class RandomizeRaidAllyEvent extends net.neoforged.bus.api.Event
Events surrounding the randomization of a raid's allies.
These are not cancellable as they are used to determine the allies that will spawn in the raid and there must always be allies in a raid if it has not been filled by players.
  • Field Details

  • Constructor Details

    • RandomizeRaidAllyEvent

      protected RandomizeRaidAllyEvent(RaidData raid)
  • Method Details