﻿maverick.state.GameState
========================

.. currentmodule:: maverick.state

.. autoclass:: GameState

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~GameState.__init__
      ~GameState.construct
      ~GameState.copy
      ~GameState.dict
      ~GameState.from_orm
      ~GameState.get_active_players
      ~GameState.get_players_in_hand
      ~GameState.is_betting_round_complete
      ~GameState.json
      ~GameState.model_construct
      ~GameState.model_copy
      ~GameState.model_dump
      ~GameState.model_dump_json
      ~GameState.model_json_schema
      ~GameState.model_parametrized_name
      ~GameState.model_post_init
      ~GameState.model_rebuild
      ~GameState.model_validate
      ~GameState.model_validate_json
      ~GameState.model_validate_strings
      ~GameState.parse_file
      ~GameState.parse_obj
      ~GameState.parse_raw
      ~GameState.schema
      ~GameState.schema_json
      ~GameState.update_forward_refs
      ~GameState.validate
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~GameState.model_computed_fields
      ~GameState.model_config
      ~GameState.model_extra
      ~GameState.model_fields
      ~GameState.model_fields_set
      ~GameState.state_type
      ~GameState.stage
      ~GameState.street
      ~GameState.players
      ~GameState.current_player_index
      ~GameState.deck
      ~GameState.community_cards
      ~GameState.pot
      ~GameState.current_bet
      ~GameState.min_bet
      ~GameState.last_raise_size
      ~GameState.small_blind
      ~GameState.big_blind
      ~GameState.ante
      ~GameState.hand_number
      ~GameState.button_position
      ~GameState.small_blind_position
      ~GameState.big_blind_position
   
   