Package moe.maika.ygofm.gamedata
Class Pool.Entry
java.lang.Object
moe.maika.ygofm.gamedata.Pool.Entry
- Enclosing class:
- Pool
An immutable class representing a card and its probability of being dropped. The
probability is out of 2048.
-
Method Summary
Modifier and TypeMethodDescriptiongetCard()
Returns the card encapsulated by this entry.int
Returns the probability of the card being dropped (out of 2048).
-
Method Details
-
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)
-