Starsector API
Loading...
Searching...
No Matches
GhostBehaviorInterrupt.java
Go to the documentation of this file.
1package com.fs.starfarer.api.impl.campaign.ghosts;
2
3public interface GhostBehaviorInterrupt {
4 public void advance(float amount, SensorGhost ghost, GhostBehavior behavior);
5 public boolean shouldInterruptBehavior(SensorGhost ghost, GhostBehavior behavior);
6}
boolean shouldInterruptBehavior(SensorGhost ghost, GhostBehavior behavior)
void advance(float amount, SensorGhost ghost, GhostBehavior behavior)