Class BulletWallAbility.PreparedBullet

java.lang.Object
com.prineside.tdi2.abilities.BulletWallAbility.PreparedBullet
All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
BulletWallAbility

public static final class BulletWallAbility.PreparedBullet extends Object implements com.esotericsoftware.kryo.KryoSerializable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    float
     
    com.badlogic.gdx.math.Vector2
     
    float
     
    com.badlogic.gdx.math.Vector2
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • damage

      public float damage
    • speed

      public float speed
    • startVector

      public com.badlogic.gdx.math.Vector2 startVector
    • endVector

      public com.badlogic.gdx.math.Vector2 endVector
  • Constructor Details

    • PreparedBullet

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