public class MarkAsFinishedInstruction extends PonderInstruction
| Constructor and Description |
|---|
MarkAsFinishedInstruction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
void |
onScheduled(PonderScene scene) |
void |
tick(PonderScene scene) |
isBlocking, reset, simplepublic boolean isComplete()
isComplete in class PonderInstructionpublic void tick(PonderScene scene)
tick in class PonderInstructionpublic void onScheduled(PonderScene scene)
onScheduled in class PonderInstruction