Class | Description |
---|---|
ApplyBonusStatsEvent | |
ApplyBonusStatsEvent.Post |
Fired after BonusStats have been applied to a Pokemon.
|
ApplyBonusStatsEvent.Pre |
Fired when BonusStats are about to be applied to a Pokemon.
|
AttackEvent |
Collection of events fired relating to Pokémon moves in battle.
|
AttackEvent.CriticalHit |
Event fired after Pixelmon calculates the critical hit multiplier for this attack.
|
AttackEvent.Damage |
Event fired after all damage calculations have taken place for an attack.
|
AttackEvent.Stab |
Event fired after Pixelmon calculates the STAB multiplier for this attack.
|
AttackEvent.TypeEffectiveness |
Event fired when calculating move effectiveness.
|
AttackEvent.Use |
Event fired after any attack is used.
|
BattleEndEvent |
Common battle ending event which fires exactly once, and for all battle ending,
including abnormal endings.
|
BattleMessageEvent |
Event fired when battle messages are sent to an entity from a battle.
|
CatchComboEvent |
Created by Jay113355 on 9/5/2021.
|
CatchComboEvent.ComboExperienceBonus | |
CatchComboEvent.ComboIncrement | |
ForceEndBattleEvent |
Fired whenever a battle is about to be forcefully ended.
|
SetBattleAIEvent |
Event fired when the AI for a
BattleParticipant is being set. |
TurnEndEvent |
Event fired at the end of a turn in battles.
|
UseBattleItemEvent |
Event fired when an item is about to be used in battle.
|