Interface Bullet

All Superinterfaces:
Entities
All Known Implementing Classes:
BulletImpl

public interface Bullet extends Entities
interface for the bullet.
  • Method Details

    • getSpeed

      double getSpeed()
      Returns:
      the speed of the bullet.
    • getDamage

      double getDamage()
      Returns:
      the damage of the bullet.
    • move

      void move()
      moves the position of the bullet.