Events live in the us.timinc.mc.cobblemon.counter.event package, and can be accessed via CounterMod.Events.

RECORD_PRE

Fired early on when considering recording a stat update. This event can be cancelled. Doing so will result in the stat record not going through.

Params

manager

The manager to which this record will be attributed.

counterType

The counterType (aka the stat type) that is being recorded.

speciesId

The finalized ID of the species that is being recorded.

formName

The finalized name of the form that is being recorded.

pokemon

The Pokémon that triggered the record.

RECORD_POST

Fired after an stat update has been recorded.

Params

manager

The manager to which this record will be attributed.