public class EVsGainedEvent
extends net.minecraftforge.eventbus.api.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 |
---|---|
EVStore |
evStore
The EVStore belonging to the Pokémon whose EVs are being adjusted.
|
EVYields |
evYields
The EVs being given.
|
Pokemon |
pokemon
The Pokémon whose EVs are being adjusted.
|
Constructor and Description |
---|
EVsGainedEvent(Pokemon pokemon,
EVStore evStore,
EVYields evYields) |
public final Pokemon pokemon
public final EVStore evStore
public final EVYields evYields