public class TheHungerBaublesGameInfo extends BasicGameInfo
Your cargo hold has a maximum weight capacity of 25.
Blue Bauble are worth 1 point.
Golden Baubles are worth 3 points.
Red Baubles are worth 5 points.
If your ship is destroyed, the Baubles it was carrying will be dropped. You are limited to having one Torpedo and one Space Mine in the world at a time.
Constructor and Description |
---|
TheHungerBaublesGameInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getBaublesCarriedValue()
Gets the value of the baubles being carried by your ship.
|
int |
getBaublesCarriedWeight()
Gets the total weight of the baubles being carried by your ship.
|
java.util.List<ObjectStatus> |
getBaublesInCargo()
Gets a list of the baubles in your cargo hold.
|
int |
getNumBaublesCarried()
Gets the number of baubles currently carried by your ship.
|
boolean |
hasFiredSpaceMine()
Indicated if you already have a Space Mine in the world already.
|
boolean |
hasFiredTorpedo()
Indicates if you already have a torpedo in the world already.
|
java.lang.String |
toString() |
getBestScore, getHighScore, getLastDestroyedBy, getNumDeaths, getObjectiveLocation, getScore, getTimeRemaining, getTotalRoundTime
public java.util.List<ObjectStatus> getBaublesInCargo()
ObjectStatus
classes with Mass, Value, and ID filled in.public int getNumBaublesCarried()
public int getBaublesCarriedValue()
public int getBaublesCarriedWeight()
public boolean hasFiredTorpedo()
public boolean hasFiredSpaceMine()
public java.lang.String toString()
toString
in class BasicGameInfo