vooga.games.tronupdate.collisions
Class PlayerAndBoundariesCollision

java.lang.Object
  extended by CollisionBounds
      extended by vooga.games.tronupdate.collisions.PlayerAndBoundariesCollision

public class PlayerAndBoundariesCollision
extends CollisionBounds


Constructor Summary
PlayerAndBoundariesCollision(int x, int y, int width, int height, Game game, GameStateManager gameStateManager)
           
 
Method Summary
 void collided(Sprite s)
          determines what happens after the collision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayerAndBoundariesCollision

public PlayerAndBoundariesCollision(int x,
                                    int y,
                                    int width,
                                    int height,
                                    Game game,
                                    GameStateManager gameStateManager)
Method Detail

collided

public void collided(Sprite s)
determines what happens after the collision