Package | Description |
---|---|
com.fossgalaxy.games.fireworks.ai.hat |
Modifier and Type | Method and Description |
---|---|
static Recommendation |
Recommendation.discardSlot(int slot) |
Recommendation |
HatGuessing.doRecommend(int agentID,
GameState state)
Playable: a card that can be successfully played with the current game state.
|
static Recommendation |
Recommendation.playSlot(int slot) |
static Recommendation |
Recommendation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Recommendation[] |
Recommendation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Action |
Recommendation.encode(Recommendation recommendation,
int myID,
GameState state) |
Copyright © 2017 FOSS Galaxy. All rights reserved.