Class TCGStatisticsTCGListener

java.lang.Object
com.pixelmonmod.tcg.listener.TCGStatisticsTCGListener

public class TCGStatisticsTCGListener extends Object
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 Details

    • TCGStatisticsTCGListener

      public TCGStatisticsTCGListener()
  • Method Details

    • onStartGame

      public static void onStartGame(StartGameEvent startGameEvent)
    • onEndGame

      public static void onEndGame(EndGameEvent endGameEvent)
    • onCardDrawn

      public static void onCardDrawn(CardDrawnEvent cardDrawnEvent)
    • onPackOpened

      public static void onPackOpened(PackOpenEvent packOpenEvent)
    • onEnergyAttached

      public static void onEnergyAttached(EnergyAttachedEvent energyAttachedEvent)