Class HazardSquare


  • public class HazardSquare
    extends AbstractHazard
    HazardSquad is the class that contain all the informations and related methods to hazards, using square to search
    Version:
    Spring 2021
    Author:
    carl.lajeunesse
    • Constructor Detail

      • HazardSquare

        public HazardSquare​(com.fasterxml.jackson.databind.JsonNode board)
        Single constructor need the jsonNode board
        Parameters:
        board - JsonNode board element
    • Method Detail

      • setInfo

        protected void setInfo​(com.fasterxml.jackson.databind.JsonNode hazardsInfo)
        Take the json field food and convert it into the arraylist hazard
        Specified by:
        setInfo in class AbstractHazard
        Parameters:
        hazardsInfo - JsonNode field hazard
      • isHazardSquare

        public boolean isHazardSquare​(int pos)
        Check if a particular square is an hazard square (based on square formula)
        Specified by:
        isHazardSquare in class AbstractHazard
        Parameters:
        pos - the square position
        Returns:
        boolean if square is hazard
      • getListHazard

        public gnu.trove.list.array.TIntArrayList getListHazard()
        Provide the arraylist of hazards.
        Specified by:
        getListHazard in class AbstractHazard
        Returns:
        Arraylist int of hazards