public class PlayCard extends Object implements Action
int
slot
PlayCard(int slot)
List<GameEvent>
apply(int playerID, GameState game)
boolean
equals(Object o)
hashCode()
isLegal(int playerID, GameState state)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final int slot
public PlayCard(int slot)
public List<GameEvent> apply(int playerID, GameState game)
apply
Action
public boolean isLegal(int playerID, GameState state)
isLegal
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
Copyright © 2017 FOSS Galaxy. All rights reserved.