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