public class DuelEnemyAIImpl extends java.lang.Object implements DuelEnemyAI
| Modifier and Type | Class and Description |
|---|---|
static class |
DuelEnemyAIImpl.WaitThenAct |
| Modifier and Type | Field and Description |
|---|---|
float |
initialDelay |
float |
moveDelay |
DuelEnemyAIImpl.WaitThenAct |
next |
float |
noBlockDur |
float |
recentBlocks |
| Constructor and Description |
|---|
DuelEnemyAIImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(float amount,
DuelPanel duel) |
void |
render(float alphaMult) |
public float initialDelay
public float moveDelay
public DuelEnemyAIImpl.WaitThenAct next
public float recentBlocks
public float noBlockDur
public DuelEnemyAIImpl()
public void advance(float amount, DuelPanel duel)
advance in interface DuelEnemyAIpublic void render(float alphaMult)
render in interface DuelEnemyAI