- addHouse() - Method in class Property
-
Add another house to the Property.
- addMoney(int) - Method in class Player
-
Add to the Player's cash balance
- askForProperty(Player, ArrayList<Property>) - Method in class Console
-
Displays a drop-down menu of properties for which the player may purchase
houses.
- askForProperty(Player, ArrayList<Property>) - Method in class GUI
-
Displays a drop-down menu of properties for which the player may purchase
houses.
- askForProperty(Player, ArrayList<Property>) - Method in class MonopolyUI
-
Displays a drop-down menu of properties for which the player may purchase
houses.
- askQuestion(String) - Method in class Console
-
Display a question prompt with "yes" and "no" options.
- askQuestion(Player, String) - Method in class Console
-
Displays a question prompt for a particular user with "yes" and "no"
options.
- askQuestion(String) - Method in class GUI
-
Display a question prompt with "yes" and "no" options.
- askQuestion(Player, String) - Method in class GUI
-
Displays a question prompt for a particular user with "yes" and "no"
options.
- askQuestion(String) - Method in class MonopolyUI
-
Display a question prompt with "yes" and "no" options.
- askQuestion(Player, String) - Method in class MonopolyUI
-
Displays a question prompt for a particular user with "yes" and "no"
options.