Class PokerusEvent.Spread.Post

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
PokerusEvent.Spread

public static class PokerusEvent.Spread.Post extends PokerusEvent.Spread
Fires on the server after the Pokérus has spread from an opponent or from a party member. See Spread(PlayerPartyStorage, PixelmonWrapper, PokerusStrain)
  • Constructor Details

    • Post

      public Post(PlayerPartyStorage party, PixelmonWrapper wrapper, PokerusStrain donorType)
      Parameters:
      party - The owner's storage.
      wrapper - The wrapper of the Pokémon.
      donorType - The Pokérus type of the donor, which is being reflected into the new Pokémon.