Package moe.maika.ygofm.gamedata
Class Ritual
java.lang.Object
moe.maika.ygofm.gamedata.Ritual
A representation of a ritual in Forbidden Memories. All rituals have a ritual card
that activates them, exactly three materials, and a result. The material cards do
not have to be distinct.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the materials required to perform this ritual.Returns the result of this ritual.Returns the ritual card that activates this ritual.
-
Method Details
-
getRitualCard
Returns the ritual card that activates this ritual.- Returns:
- the ritual card
-
getMaterials
Returns the materials required to perform this ritual.- Returns:
- a list of length 3 containing the materials for this ritual in no particular order
-
getResult
Returns the result of this ritual.- Returns:
- the result of this ritual
-