Steer newbies away from stupid decisions.
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@127 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -83,7 +83,9 @@ public class Hand extends StreamableArrayList<Card>
|
||||
}
|
||||
|
||||
/**
|
||||
* Get an array of the cards in this hand.
|
||||
* Converts this list of cards into an array. This only necessary if you
|
||||
* need the cards in array form, use {@link #get} if you simply need to get
|
||||
* a card from the hand.
|
||||
*/
|
||||
public Card[] getCards ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user