Class MarketSetup

java.lang.Object
it.polimi.ingsw.model.updatecontainers.MarketSetup
All Implemented Interfaces:
ModelUpdate

public class MarketSetup
extends java.lang.Object
implements ModelUpdate
A special model update used to communicate to clients or views the initial state of a market. Model updates contain information to notify clients or views of an update happened on the model
  • Constructor Summary

    Constructors
    Constructor Description
    MarketSetup​(MarbleColor[][] marbleMatrix, MarbleColor slide)  
  • Method Summary

    Modifier and Type Method Description
    MarbleColor[][] getMarbleMatrix()  
    MarbleColor getSlide()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details