canAffordBet

public static boolean canAffordBet(UUID uuid, double betAmount)

Checks if a player can afford a bet, including using credit (going into debt).

Return

true if they can afford it (including credit)

Parameters

uuid

The player's UUID

betAmount

The amount they want to bet