vooga.games.mariogame.tiles
Class IndestructibleTile

java.lang.Object
  extended by MapTile
      extended by vooga.games.mariogame.tiles.IndestructibleTile

public class IndestructibleTile
extends MapTile


Constructor Summary
IndestructibleTile(double x, double y, java.awt.image.BufferedImage image)
           
 
Method Summary
 void actOnCollision(Sprite sprite)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndestructibleTile

public IndestructibleTile(double x,
                          double y,
                          java.awt.image.BufferedImage image)
Method Detail

actOnCollision

public void actOnCollision(Sprite sprite)