Class UtilityBehaviour
java.lang.Object
net.demilich.metastone.game.behaviour.AbstractBehaviour
net.demilich.metastone.game.behaviour.UtilityBehaviour
- All Implemented Interfaces:
Serializable,Cloneable,Behaviour
- Direct Known Subclasses:
ChooseLastBehaviour,RequestActionFunction
Utility behaviours help server and test code mock users or glue code together. They should not be used for AI work.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.demilich.metastone.game.behaviour.AbstractBehaviour
clone, isHuman, mulliganAsync, onGameOver, requestActionAsyncMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.demilich.metastone.game.behaviour.Behaviour
getName, mulligan, requestAction
-
Constructor Details
-
UtilityBehaviour
public UtilityBehaviour()
-