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

public static class EVsGainedEvent.Item extends 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

    Constructors
    Constructor
    Description
    Item(Pokemon pokemon, EVStore evStore, int ev, BattleStatsType type, net.minecraft.world.item.ItemStack itemStack)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
     

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getItemStack

      public net.minecraft.world.item.ItemStack getItemStack()