Class HyperTrainEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
public class HyperTrainEvent
extends net.minecraftforge.eventbus.api.Event
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
Constructor Summary
ConstructorDescriptionHyperTrainEvent
(BattleStatsType stat, boolean hyperTrained, Pokemon pokemon) -
Method Summary
Modifier and TypeMethodDescriptiongetStat()
boolean
void
setHyperTrained
(boolean hyperTrained) void
setStat
(BattleStatsType stat) Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Constructor Details
-
HyperTrainEvent
- Parameters:
stat
- The stat to hypertrain. Null indicates all ivs to be adjusted (Gold Bottlecap)
-
-
Method Details
-
getStat
-
setStat
-
isHyperTrained
public boolean isHyperTrained() -
setHyperTrained
public void setHyperTrained(boolean hyperTrained) -
getPokemon
-