Class SummonLootBoss.OnEnemySpawn

java.lang.Object
com.prineside.tdi2.gameplayMods.mods.SummonLootBoss.OnEnemySpawn
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable, Listener<EnemySpawn>
Enclosing class:
SummonLootBoss

public static final class SummonLootBoss.OnEnemySpawn extends Object implements Listener<EnemySpawn>, com.esotericsoftware.kryo.KryoSerializable
  • Constructor Details

  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • handleEvent

      public void handleEvent(EnemySpawn event)
      Specified by:
      handleEvent in interface Listener<EnemySpawn>