Class Pool.Entry

java.lang.Object
moe.maika.ygofm.gamedata.Pool.Entry
Enclosing class:
Pool

public static class Pool.Entry extends Object
An immutable class representing a card and its probability of being dropped. The probability is out of 2048.
  • Method Details

    • getCard

      public Card getCard()
      Returns the card encapsulated by this entry.
      Returns:
      the card
    • getProbability

      public int getProbability()
      Returns the probability of the card being dropped (out of 2048).
      Returns:
      the probability of the card being dropped (out of 2048)