Class CombatModel.CombatOdds

  • Enclosing class:
    CombatModel

    public static class CombatModel.CombatOdds
    extends java.lang.Object
    Odds a particular outcome will occur in combat.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static double UNKNOWN_ODDS  
      double win  
    • Constructor Summary

      Constructors 
      Constructor Description
      CombatOdds​(double win)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • win

        public final double win
    • Constructor Detail

      • CombatOdds

        public CombatOdds​(double win)