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 void
onCardDrawn
(CardDrawnEvent cardDrawnEvent) static void
onEndGame
(EndGameEvent endGameEvent) static void
onEnergyAttached
(EnergyAttachedEvent energyAttachedEvent) static void
onPackOpened
(PackOpenEvent packOpenEvent) static void
onStartGame
(StartGameEvent startGameEvent)
-
Constructor Details
-
TCGStatisticsTCGListener
public TCGStatisticsTCGListener()
-
-
Method Details
-
onStartGame
-
onEndGame
-
onCardDrawn
-
onPackOpened
-
onEnergyAttached
-