public static class PieceDropper.PieceDropInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
col
The column number.
|
int |
dist
The distance to drop the pieces.
|
int[] |
pieces
The pieces to be dropped.
|
int |
row
The starting row of the bottom piece being dropped.
|
| Constructor and Description |
|---|
PieceDropInfo(int col,
int row,
int dist)
Constructs a piece drop info object.
|
public int row
public int col
public int dist
public int[] pieces
Copyright © 2015. All rights reserved.