Class EVsGainedEvent.Item
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent.Item
- Enclosing class:
- EVsGainedEvent
Event for when an item is used on a pokemon to gain EVs
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
EVsGainedEvent.Item
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
evStore, evYields, pokemon
-
Constructor Summary
ConstructorDescriptionItem
(Pokemon pokemon, EVStore evStore, int ev, BattleStatsType type, net.minecraft.world.item.ItemStack itemStack) -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
Item
public Item(Pokemon pokemon, EVStore evStore, int ev, BattleStatsType type, net.minecraft.world.item.ItemStack itemStack)
-
-
Method Details
-
getItemStack
public net.minecraft.world.item.ItemStack getItemStack()
-