All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.danielflower.crickam.scorer.ImpactOnBat Maven / Gradle / Ivy

There is a newer version: 0.11.3
Show newest version
package com.danielflower.crickam.scorer;

/**
 * The impact of a ball on the bat.
 */
public enum ImpactOnBat {
    NEAR_MIDDLED, MIDDLED, MISSED, NICKED, EDGED, HIGH, LOW
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy