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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(EnemySpawn event) voidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)  
- 
Constructor Details
- 
OnEnemySpawn
 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
handleEvent
- Specified by:
 handleEventin interfaceListener<EnemySpawn>
 
 -