| Package | Description |
|---|---|
| com.threerings.puzzle.drop.client |
| Modifier and Type | Class and Description |
|---|---|
class |
DropBlockSprite
The drop block sprite represents a block of multiple pieces that can be rotated to any of the
four cardinal compass directions.
|
| Modifier and Type | Method and Description |
|---|---|
DropSprite |
DropBoardView.createPieces(int col,
int row,
int[] pieces,
int dist)
Creates a new drop sprite used to animate the given pieces falling in the specified column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DropSpriteObserver.pieceMoved(DropSprite sprite,
long when,
int col,
int row)
Called when the drop sprite has moved completely to the specified board coordinates.
|
Copyright © 2015. All rights reserved.