public static interface PieceDestroyer.DestroyLogic
| Modifier and Type | Method and Description |
|---|---|
int |
getMinimumLength()
Returns the minimum length of a contiguously piece segment that should be destroyed.
|
boolean |
isEquivalent(int a,
int b)
Returns whether piece
a is equivalent to piece b for the
purposes of including it in a contiguous piece segment to be destroyed. |
int getMinimumLength()
boolean isEquivalent(int a,
int b)
a is equivalent to piece b for the
purposes of including it in a contiguous piece segment to be destroyed.Copyright © 2015. All rights reserved.