Class PokerusEvent
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.PokerusEvent
- Direct Known Subclasses:
PokerusEvent.Cured
,PokerusEvent.Spread
public abstract class PokerusEvent
extends net.neoforged.bus.api.Event
All sort of events regarding the Pokémon's Pokérus status.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Fires on the server when a reasonable amount of time has passed and the Pokérus is cured.static class
Fires on the server when the Pokérus spreads from an opponent or from a party member to another. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PokerusEvent
public PokerusEvent()
-