Class Appearance

java.lang.Object
Appearance

public class Appearance extends Object
This represents a player's appearance at the plate.
Version:
3-14-24
Author:
L Kedigh
  • Field Details

    • batter

      static PositionPlayer batter
    • pitcher

      static Pitcher pitcher
    • rnd

      static Random rnd
    • tOuts

      static int tOuts
    • vCurrentBatterIndex

      static int vCurrentBatterIndex
    • hCurrentBatterIndex

      static int hCurrentBatterIndex
  • Constructor Details

  • Method Details

    • getCurrentBatter

      public static PositionPlayer getCurrentBatter()
    • getCurrentPitcher

      public static Pitcher getCurrentPitcher()
    • getPitchingChartResult

      public String getPitchingChartResult()
    • getCornersResult

      public String getCornersResult()
    • toString

      public String toString()
      Overrides:
      toString in class Object