Blackjack
< A B C D E F G H I J L M N O P Q R S T U V W X Y

M

main(String[]) - Static method in class com.amoebacode.blackjack.Blackjack
Command line runnable method for running program is an application.
makeInsuranceDecision(int) - Method in class com.amoebacode.blackjack.core.PlayerHand
Makes the specified insurance decision and checks for dealer blackjack.
MAX_HARD_DEALER_HIT - Static variable in class com.amoebacode.blackjack.core.HouseRules
The highest hard score that a dealer would hit
MAXIMUM_BET - Static variable in interface com.amoebacode.blackjack.core.IPreferences
The player's maximum bet
MAXIMUM_HARD_CARD_SCORE - Static variable in class com.amoebacode.blackjack.core.Hand
The maximum hard score for a single card
MAXIMUM_HARD_CARD_SCORE - Static variable in class com.amoebacode.blackjack.strategy.BasicStrategyServerUtil
The maximum hard score for a single card
MAXIMUM_NUMBER_OF_CARDS - Static variable in class com.amoebacode.blackjack.core.Hand
The maximum number of cards per hand
MAXIMUM_NUMBER_OF_HANDS - Static variable in interface com.amoebacode.blackjack.core.IPlayer
The maximum number of hands that can be played
MAXIMUM_SCORE - Static variable in class com.amoebacode.blackjack.core.Hand
The maximum non-bust score for a hand
MAXIMUM_SCORE - Static variable in class com.amoebacode.blackjack.strategy.BasicStrategyServerUtil
The maximum score for a hand
MINIMUM_BET - Static variable in interface com.amoebacode.blackjack.core.IPreferences
The player's minimum bet
minus(Coordinate) - Method in class com.amoebacode.blackjack.display.Coordinate
Returns the sum of the horizontal and vertical differences between this coordinate and the specified coordinate.
move(Coordinate, int) - Method in class com.amoebacode.blackjack.display.Coordinate
Moves this coordinate the specified number of pixels toward the specified desination, or if it is closer than the specified number of pixels, sets its position at the destination.
movePixels(Coordinate, int) - Method in class com.amoebacode.blackjack.display.Coordinate
Moves this coordinate the specified number of pixels toward the specified desination.

Blackjack
< A B C D E F G H I J L M N O P Q R S T U V W X Y
Copyright © 2002 amoebacode.com.