Class EVGainEvent.DoubleYieldEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.DoubleYieldEvent
- Direct Known Subclasses:
EVGainEvent.DoubleYieldEvent.Post
,EVGainEvent.DoubleYieldEvent.Pre
- Enclosing class:
- EVGainEvent
These events are fired before the EVs are given to the Pokemon.
This indicates that the
This is not used for modifying the yields given to the Pokemon, if that is what you're looking for then please use the
This indicates that the
EVYields
is being doubled for the Pokemon
for some reason, such as pokerus, or an ev adjusting item.
This is not used for modifying the yields given to the Pokemon, if that is what you're looking for then please use the
EVGainEvent.DoubleYieldEvent.Pre
event.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
Cancelling this will prevent the yields from being doubled.Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
EVGainEvent.DoubleYieldEvent
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.battles.EVGainEvent
evYields, originalEVYields, pokemon
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
getEvYields, getOriginalEVYields, getPokemon
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
DoubleYieldEvent
-