- score - Variable in class game.zilch.ZilchResult
-
- ScoreScreenActivity - Class in game.zilch
-
Android Activity for the Score Screen.
- ScoreScreenActivity() - Constructor for class game.zilch.ScoreScreenActivity
-
- secondTriple - Variable in class game.zilch.ZilchResult
-
- setAllHold(boolean) - Method in class game.zilch.DicePool
-
Issues setHold to all dice.
- setDieButtonTo(ImageButton, int) - Method in class game.zilch.GameActivity
-
Set the ImageButton to a image from resource
- setDieButtonToHighlighted(ImageButton, int) - Method in class game.zilch.GameActivity
-
Set a die to a highlighted image
- setHold(boolean) - Method in class game.zilch.Die
-
- setMaxValue(int) - Method in class game.zilch.Die
-
Sets maxValue field to the absolute value of what is passed into this method.
- setName(String) - Method in class game.zilch.Player
-
Set the name to something else
- setScore(int) - Method in class game.zilch.Player
-
Set the score to something else
- setupZilch() - Method in class game.zilch.GameActivity
-
Setup the zilch display
- size() - Method in class game.zilch.DicePool
-
Returns the number of dice in the dice pool
- straight - Variable in class game.zilch.ZilchResult
-