public class EVsGainedEvent
extends net.minecraftforge.fml.common.eventhandler.Event
evs array.| Modifier and Type | Class and Description |
|---|---|
static class |
EVsGainedEvent.Item
Event for when an item is used on a pokemon to gain EVs
|
| Modifier and Type | Field and Description |
|---|---|
int[] |
evs
The EVs being given.
|
EVStore |
evStore
The EVStore belonging to the Pokémon whose EVs are being adjusted.
|
Pokemon |
pokemon
The Pokémon whose EVs are being adjusted.
|
| Constructor and Description |
|---|
EVsGainedEvent(Pokemon pokemon,
EVStore evStore,
int[] evs) |
public final Pokemon pokemon
public final EVStore evStore
public final int[] evs