java.lang.Object
za.co.wethinkcode.robots.server.worldinfo.KlikGrid

public class KlikGrid extends Object
Data Class that stores information about the KlikGrid.
  • Constructor Details

    • KlikGrid

      public KlikGrid(int kliksWide, int kliksHigh)
      Standard KlikGrid constructor
      Parameters:
      kliksWide - how wide the klikgrid is
      kliksHigh - how high the klikgrid is
  • Method Details

    • getKliksWide

      public int getKliksWide()
      Standard KlikWidth Getter
      Returns:
      how many Kliks Wide the world is
    • getKliksHigh

      public int getKliksHigh()
      Standard KlikHeight Getter
      Returns:
      how many Kliks High the world is
    • equals

      public boolean equals(Object o)
      Proving if two results are equal
      Overrides:
      equals in class Object
      Parameters:
      o - the reference object with which to compare.
      Returns:
      the equality of the two objects