public abstract class AbstractDiscardRule extends Object implements Rule
| Constructor and Description |
|---|
AbstractDiscardRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFire(int playerID,
GameState state) |
boolean |
couldFire(int playerID,
GameState state)
Return true if it is possible this rule could fire, and return false if you can guarantee that it cannot fire.
|
Copyright © 2017 FOSS Galaxy. All rights reserved.