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

public abstract class UtilityBehaviour extends AbstractBehaviour
Utility behaviours help server and test code mock users or glue code together. They should not be used for AI work.
See Also:
  • Constructor Details

    • UtilityBehaviour

      public UtilityBehaviour()