public abstract class Control extends Module
| Constructor and Description |
|---|
Control() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPaused() |
abstract void |
onUpdate(Entity entity,
double tpf) |
void |
pause() |
void |
resume() |
public final boolean isPaused()
public final void pause()
public final void resume()
public abstract void onUpdate(Entity entity, double tpf)
Copyright © 2018. All rights reserved.