Class MapSystem.AabbEnemyEntry

java.lang.Object
com.prineside.tdi2.systems.MapSystem.AabbEnemyEntry
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
MapSystem

public static final class MapSystem.AabbEnemyEntry extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Details

    • enemyReference

      public Enemy.EnemyReference enemyReference
    • position

      public com.badlogic.gdx.math.Vector2 position
    • size

      public float size
  • Constructor Details

    • AabbEnemyEntry

      public AabbEnemyEntry()
  • 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