Class StartRaidEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
public class StartRaidEvent
extends net.neoforged.bus.api.Event
implements net.neoforged.bus.api.ICancellableEvent
-
Constructor Summary
ConstructorsConstructorDescriptionStartRaidEvent
(DenEntity den, RaidData raid, BattleParticipant[] allyParticipants, PixelmonEntity raidPixelmon, RaidPixelmonParticipant raidParticipant) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Constructor Details
-
StartRaidEvent
public StartRaidEvent(DenEntity den, RaidData raid, BattleParticipant[] allyParticipants, PixelmonEntity raidPixelmon, RaidPixelmonParticipant raidParticipant)
-
-
Method Details
-
getDen
-
getRaid
-
getAllyParticipants
-
getRaidPixelmon
-
getRaidParticipant
-