Class EnemyGroup.SpawnEnemyGroup

java.lang.Object
com.prineside.tdi2.EnemyGroup
com.prineside.tdi2.EnemyGroup.SpawnEnemyGroup
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
EnemyGroup

public static class EnemyGroup.SpawnEnemyGroup extends EnemyGroup
  • Field Details

  • Constructor Details

    • SpawnEnemyGroup

      public SpawnEnemyGroup()
    • SpawnEnemyGroup

      public SpawnEnemyGroup(EnemyGroup waveGroup, EnemyType type, float speed, float health, int count, float delay, float interval, float bounty, float killExp, int killScore)
  • 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
      Overrides:
      write in class EnemyGroup
    • read

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

      public void addSpawnedCount(int cnt)