public abstract class PonderInstruction
extends java.lang.Object
| Constructor and Description |
|---|
PonderInstruction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isBlocking() |
abstract boolean |
isComplete() |
void |
onScheduled(PonderScene scene) |
void |
reset(PonderScene scene) |
static PonderInstruction |
simple(java.util.function.Consumer<PonderScene> callback) |
abstract void |
tick(PonderScene scene) |
public boolean isBlocking()
public void reset(PonderScene scene)
public abstract boolean isComplete()
public void onScheduled(PonderScene scene)
public abstract void tick(PonderScene scene)
public static PonderInstruction simple(java.util.function.Consumer<PonderScene> callback)