- randomCard(List<Card>) - Method in class app.model.GameModel
-
Gets a random card in a card list
- randomCardTest() - Method in class unitTests.GameModelTests
-
Test on random class method
No exception should be fired
- randomRank() - Static method in enum app.model.Rank
-
Method returning a random rank among enum ones
- randomSuit() - Static method in enum app.model.Suit
-
Get a random suit among enum ones
- Rank - Enum in app.model
-
The Rank
enumeration defines all ranks
that can be assigned to a card
- RectangleMesh - Class in app.view
-
The RectangleMesh class is a pre-defined rectangle mesh extended from MeshView
It create the mesh points from the specified coordinates, apply the specified texture and have a list of Transformations
- removeCard() - Method in class unitTests.GameViewTests
-
Add a card to the view then delete it and verify the number of cards of the group have been increase
- removeCardFromGroup() - Method in class unitTests.GameViewTests
-
Add a card to the view then delete and verify the number of cards of the group have been decrease
- resetClass() - Static method in class app.model.Card
-
Reset static field
- resetClass() - Static method in class app.model.Hand
-
Reset static field
- resetClass() - Static method in class app.model.Talon
-
Reset static field