public static class PokerusEvent.Cured extends PokerusEvent
EnumPokerusType
.
See Cured(EntityPlayerMP, Pokemon, PlayerPartyStorage)
.PokerusEvent.Cured, PokerusEvent.Spread
Modifier and Type | Field and Description |
---|---|
PlayerPartyStorage |
party |
net.minecraft.entity.player.EntityPlayerMP |
player |
Pokemon |
pokemon |
Constructor and Description |
---|
Cured(net.minecraft.entity.player.EntityPlayerMP player,
Pokemon pokemon,
PlayerPartyStorage party) |
public final PlayerPartyStorage party
public final net.minecraft.entity.player.EntityPlayerMP player
public final Pokemon pokemon
public Cured(net.minecraft.entity.player.EntityPlayerMP player, Pokemon pokemon, PlayerPartyStorage party)
player
- The owner of the Pokémon.pokemon
- The Pokemon
.party
- The owner's storage.