Class VaticanReport

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

public class VaticanReport
extends java.lang.Object
implements ModelUpdate
A model update represents the update of player that reaches a vatican report cell on the track. Model updates contain information to notify clients or views of an update happened on the model
  • Constructor Summary

    Constructors
    Constructor Description
    VaticanReport​(int zone, boolean active)  
  • Method Summary

    Modifier and Type Method Description
    int getZone()  
    boolean isActive()  

    Methods inherited from class java.lang.Object

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

    • VaticanReport

      public VaticanReport​(int zone, boolean active)
  • Method Details

    • getZone

      public int getZone()
    • isActive

      public boolean isActive()