Package com.pixelmonmod.tcg.listener
Class TCGStatisticsTCGListener
java.lang.Object
com.pixelmonmod.tcg.listener.TCGStatisticsTCGListener
All the custom stats that the Pixelmon TCG adds in the
TCGStatisticsRegistry
that require listening to events from TCG are awarded values here
through the use of event listeners. The event listeners should try to be kept in an order
closest to the order of the stats in the TCGStatisticsRegistry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidonCardDrawn(CardDrawnEvent cardDrawnEvent) static voidonEndGame(EndGameEvent endGameEvent) static voidonEnergyAttached(EnergyAttachedEvent energyAttachedEvent) static voidonPackOpened(PackOpenEvent packOpenEvent) static voidonStartGame(StartGameEvent startGameEvent)
-
Constructor Details
-
TCGStatisticsTCGListener
public TCGStatisticsTCGListener()
-
-
Method Details
-
onStartGame
-
onEndGame
-
onCardDrawn
-
onPackOpened
-
onEnergyAttached
-