Class PokerusEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.PokerusEvent
- Direct Known Subclasses:
PokerusEvent.Cured
,PokerusEvent.Spread
public abstract class PokerusEvent
extends net.minecraftforge.eventbus.api.Event
All sort of events regarding the Pokémon's Pokérus status.
-
Nested Class Summary
Modifier 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.Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
PokerusEvent
public PokerusEvent()
-