Class AgiKart.ThrownShell

java.lang.Object
uno.anahata.asi.swing.games.AgiKart.ThrownShell
Enclosing class:
AgiKart

private static class AgiKart.ThrownShell extends Object
Data object model for traveling tracking shells.
Author:
anahata
  • Field Details

    • x

      double x
    • y

      double y
    • speed

      double speed
    • dx

      double dx
    • dy

      double dy
    • targetCheckpoint

      int targetCheckpoint
    • owner

      String owner
    • life

      int life
    • homing

      boolean homing
  • Constructor Details

    • ThrownShell

      ThrownShell(double x, double y, int startCheckpoint, String owner, boolean homing, double angle)