public abstract class WorldModifyInstruction extends PonderInstruction
| Constructor and Description |
|---|
WorldModifyInstruction(Selection selection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
protected abstract boolean |
needsRedraw() |
protected abstract void |
runModification(Selection selection,
PonderScene scene) |
void |
tick(PonderScene scene) |
isBlocking, onScheduled, reset, simplepublic WorldModifyInstruction(Selection selection)
public boolean isComplete()
isComplete in class PonderInstructionpublic void tick(PonderScene scene)
tick in class PonderInstructionprotected abstract void runModification(Selection selection, PonderScene scene)
protected abstract boolean needsRedraw()