<li><ahref="../../../../inf112/fiasko/roborally/objects/BoardElementContainer.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Next Class</span></a></li>
<dd><ahref="../../../../inf112/fiasko/roborally/objects/AbstractDeck.html"title="class in inf112.fiasko.roborally.objects">AbstractDeck</a>, <ahref="../../../../inf112/fiasko/roborally/objects/ProgrammingCardDeck.html"title="class in inf112.fiasko.roborally.objects">ProgrammingCardDeck</a></dd>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/Deck.html#draw-inf112.fiasko.roborally.objects.Deck-">draw</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="interface in inf112.fiasko.roborally.objects">Deck</a><<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>> other)</code>
<divclass="block">Draws one card from the top of another deck</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/Deck.html#draw-inf112.fiasko.roborally.objects.Deck-int-">draw</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="interface in inf112.fiasko.roborally.objects">Deck</a><<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>> other,
int n)</code>
<divclass="block">Draws n cards from the top of another deck</div>
</td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code>void</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../inf112/fiasko/roborally/objects/Deck.html#emptyInto-inf112.fiasko.roborally.objects.Deck-">emptyInto</a></span>(<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="interface in inf112.fiasko.roborally.objects">Deck</a><<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>> other)</code>
<divclass="block">Moves all cards in this deck into another deck</div>
</td>
</tr>
<trid="i3"class="rowColor">
<tdclass="colFirst"><code>java.util.List<<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>></code></td>
<pre>void draw(<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="interface in inf112.fiasko.roborally.objects">Deck</a><<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>> other)</pre>
<divclass="block">Draws one card from the top of another deck</div>
<pre>void draw(<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="interface in inf112.fiasko.roborally.objects">Deck</a><<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>> other,
int n)</pre>
<divclass="block">Draws n cards from the top of another deck</div>
<pre>void emptyInto(<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="interface in inf112.fiasko.roborally.objects">Deck</a><<ahref="../../../../inf112/fiasko/roborally/objects/Deck.html"title="type parameter in Deck">T</a>> other)</pre>
<divclass="block">Moves all cards in this deck into another deck</div>
<li><ahref="../../../../inf112/fiasko/roborally/objects/BoardElementContainer.html"title="class in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../inf112/fiasko/roborally/objects/DrawableGame.html"title="interface in inf112.fiasko.roborally.objects"><spanclass="typeNameLink">Next Class</span></a></li>