public class BaubleHuntGameInfo extends BasicGameInfo
You may store 5 Baubles on your ship at most.
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.
Constructor and Description |
---|
BaubleHuntGameInfo() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Point> |
getBaublePositions()
Gets a list of positions where there are high-value baubles.
|
int |
getBaublesCarriedValue()
Gets the value of the baubles being carried by your ship (maximum of 25).
|
int |
getBaublesCarriedWeight()
Gets the total weight of the baubles being carried by your ship.
|
int |
getNumBaublesCarried()
Gets the number of baubles currently carried by your ship (maximum of 5).
|
int |
getNumCollected()
Gets the number of baubles collected and returned to your base.
|
java.lang.String |
toString() |
getBestScore, getHighScore, getLastDestroyedBy, getNumDeaths, getObjectiveLocation, getScore, getTimeRemaining, getTotalRoundTime
public java.util.List<Point> getBaublePositions()
public int getNumCollected()
public int getNumBaublesCarried()
public int getBaublesCarriedValue()
public int getBaublesCarriedWeight()
public java.lang.String toString()
toString
in class BasicGameInfo