Package net.holdemresources.calculator.scripting.api


package net.holdemresources.calculator.scripting.api
  • Class
    Description
    The IDecisionContext interface contains methods to query the game state at a particular decision point.
    The IPlayerAction interface contains information related to one specific action by a player.
    The type of action: FOLD, CHECK, CALL or RAISE.
    The IPotState interface provides detailed information about the state of the hand, such as current chip counts for the players etc.
    The ITreeBuildingScript interface documents the required methods of a HRC tree building script.