BettingMenu

public class BettingMenu

Unified betting menu for all gambling games. Players select their bet amount here before the actual game starts.

Constructors

Link copied to clipboard
public void BettingMenu()

Types

Link copied to clipboard
public class BettingMenuEvents implements Listener
Event handler for the betting menu.
Link copied to clipboard
public enum GameType
Types of gambling games available.

Functions

Link copied to clipboard
public static void openBettingMenu(Player player, BettingMenu.GameType gameType)
Opens the betting menu for a player.
Link copied to clipboard
public static void shutdown()