| Modifier and Type | Method and Description |
|---|---|
static Universe.Outcomes |
Universe.Outcomes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Universe.Outcomes[] |
Universe.Outcomes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Website.inform(Universe.Outcomes outcome)
This method is sent the "outcome" of a critique "battle" that takes place in
the game being written by our theoretical other GUI team.
|
boolean |
Streaming.inform(Universe.Outcomes outcome)
This method is sent the "outcome" of a critique "battle" that takes place in
the game being written by our theoretical other GUI team.
|
boolean |
Movie.inform(Universe.Outcomes outcome)
This method is sent the "outcome" of a critique "battle" that takes place in
the game being written by our theoretical other GUI team.
|
boolean |
Critiqueable.inform(Universe.Outcomes outcome)
Method that takes the outcome of a critique and increments the media hype
ratings by 1 if the number of critique wins has passed the threshold.
|