Package ball.game.scrabble
Class SQ
- java.lang.Object
-
- ball.game.scrabble.SQ
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLetterPremium()intgetWordPremium()booleanisEmpty()booleanisPremium()voidplay(Tile tile)voidplay(Tile tile, char letter)StringtoString()
-
-
-
Method Detail
-
isPremium
public boolean isPremium()
-
getLetterPremium
public int getLetterPremium()
- Returns:
- The letter premium value.
- See Also:
LetterPremium
-
getWordPremium
public int getWordPremium()
- Returns:
- The word premium value.
- See Also:
WordPremium
-
isEmpty
public boolean isEmpty()
-
-