Remote projectile target and length tracking

Continuation of 4c293e612cd4b08fc7230a5e6722c8acc74e5a9e
This commit is contained in:
Adam
2018-01-29 08:10:46 -05:00
parent d19c9c1e62
commit f31bc0d794
3 changed files with 1 additions and 98 deletions

View File

@@ -32,10 +32,6 @@ public interface Projectile extends Renderable
Actor getInteracting();
Point getTarget();
int getTargetZ();
int getX1();
int getY1();
@@ -48,12 +44,6 @@ public interface Projectile extends Renderable
int getStartMovementCycle();
int getSpawnCycle();
int getCycleLength();
Duration getLength();
int getEndCycle();
int getRemainingCycles();