Class ProjectileMovementEvent

    • Constructor Detail

      • ProjectileMovementEvent

        public ProjectileMovementEvent​(Projectile source,
                                       Coord coord,
                                       int height,
                                       int cycle)
        Constructs a prototypical Event.
        Parameters:
        source - The object on which the Event initially occurred.
        Throws:
        IllegalArgumentException - if source is null.
    • Method Detail

      • getTargetCoord

        public Coord getTargetCoord()
      • getHeight

        public int getHeight()
      • getCycle

        public int getCycle()