Uses of Class
net.ctdp.rfdynhud.gamedata.GamePhase

Packages that use GamePhase
net.ctdp.rfdynhud.gamedata   
 

Uses of GamePhase in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return GamePhase
 GamePhase ScoringInfo.getGamePhase()
          Gets the current game phase.
static GamePhase GamePhase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GamePhase[] GamePhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.