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

    Nested Classes
    Modifier and Type
    Class
    Description
    static 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PokerusEvent

      public PokerusEvent()