vooga.games.tronupdate.util
Class Grid

java.lang.Object
  extended by vooga.games.tronupdate.util.Grid

public class Grid
extends java.lang.Object


Constructor Summary
Grid()
           
 
Method Summary
 boolean collides()
           
 boolean isBonus()
           
 boolean isTaken()
           
 boolean isWall()
           
 void setBonus(boolean bonus)
           
 void setPlayer(int player)
           
 void setTaken(boolean taken)
           
 void setWall(boolean wall)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grid

public Grid()
Method Detail

setPlayer

public void setPlayer(int player)

collides

public boolean collides()

setTaken

public void setTaken(boolean taken)

isTaken

public boolean isTaken()

setWall

public void setWall(boolean wall)

isWall

public boolean isWall()

setBonus

public void setBonus(boolean bonus)

isBonus

public boolean isBonus()