public static interface PieceDropper.DropObserver
| Modifier and Type | Method and Description |
|---|---|
void |
pieceDropped(int piece,
int sx,
int sy,
int dx,
int dy)
Indicates that the specified piece was dropped.
|
Copyright © 2015. All rights reserved.