Class SwitchPokemonEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
com.pixelmonmod.pixelmon.api.events.battles.SwitchPokemonEvent
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
battleController
-
Constructor Summary
ConstructorsConstructorDescriptionSwitchPokemonEvent
(BattleController controller, BattleParticipant participant, PixelmonWrapper switchedOut, PixelmonWrapper switchedIn) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
getBattleController
-
Constructor Details
-
SwitchPokemonEvent
public SwitchPokemonEvent(BattleController controller, BattleParticipant participant, PixelmonWrapper switchedOut, PixelmonWrapper switchedIn)
-
-
Method Details
-
getParticipant
-
getSwitchedOut
-
getSwitchedIn
-