public interface IMovableTile
Modifier and Type | Method and Description |
---|---|
void |
doneMoving()
notification that your block was moved, called after validate.
|
boolean |
prepareToMove()
notification that your block will be moved, called instead of invalidate,
return false to prevent movement.
|