Class SummonLootBoss.OnWaveComplete
java.lang.Object
com.prineside.tdi2.SerializableListener<SummonLootBoss>
com.prineside.tdi2.gameplayMods.mods.SummonLootBoss.OnWaveComplete
- All Implemented Interfaces:
KryoSerializable,Listener<WaveComplete>
- Enclosing class:
- SummonLootBoss
public static final class SummonLootBoss.OnWaveComplete
extends SerializableListener<SummonLootBoss>
implements Listener<WaveComplete>
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(WaveComplete event) Called each time an event is being triggeredMethods inherited from class com.prineside.tdi2.SerializableListener
read, write
-
Method Details
-
handleEvent
Description copied from interface:ListenerCalled each time an event is being triggered- Specified by:
handleEventin interfaceListener<WaveComplete>- Parameters:
event- event object passed by someone. Some events can be stopped or cancelled
-