Class PlayerStats
java.lang.Object
PlayerStats
Write a description of class UpdateStats here.
- Version:
- 12-5-2024
- Author:
- Larry Kedigh
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
updatePlayerStats
(PositionPlayer batter, Pitcher pitcher, int runsScored, String hitType, int out)
-
Field Details
-
seedST
public static int seedST -
rndST
-
FIRST
public static final int FIRST- See Also:
-
SECOND
public static final int SECOND- See Also:
-
THIRD
public static final int THIRD- See Also:
-
-
Constructor Details
-
PlayerStats
public PlayerStats()
-
-
Method Details
-
updatePlayerStats
public static void updatePlayerStats(PositionPlayer batter, Pitcher pitcher, int runsScored, String hitType, int out)
-